Olaf Hering
dbc11f539d
[POWERPC] Include stddef.h in asm-powerpc/current.h to get offsetof
On Tue, Oct 31, Hugh Dickins wrote:
> +++ linux/include/asm-powerpc/current.h 2006-10-30 19:27:05.000000000 +0000
> +static inline struct task_struct *get_current(void)
> +{
> + struct task_struct *task;
> +
> + __asm__ __volatile__("ld %0,%1(13)"
> + : "=r" (task)
> + : "i" (offsetof(struct paca_struct, __current)));
This breaks compile of 2.6.18.8:
CC [M] drivers/media/video/pwc/pwc-uncompress.o
In file included from /home/olaf/kernel/linux-2.6.18.8/drivers/media/video/pwc/pwc-uncompress.c:29:
include2/asm/current.h: In function 'get_current':
include2/asm/current.h:23: warning: implicit declaration of function 'offsetof'
include2/asm/current.h:23: error: expected expression before 'struct'
make[5]: *** [drivers/media/video/pwc/pwc-uncompress.o] Error 1
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-03-09 15:03:24 +11:00
..
2007-02-16 22:11:57 -05:00
2007-02-11 10:51:26 -08:00
2007-03-05 07:57:51 -08:00
2007-02-17 20:11:19 +01:00
2007-02-19 13:18:39 -08:00
2007-02-11 10:51:26 -08:00
2007-03-01 14:53:36 -08:00
2007-03-06 19:38:01 -08:00
2007-02-11 10:51:26 -08:00
2007-03-06 09:30:24 -08:00
2007-03-06 14:50:33 -08:00
2007-02-11 10:51:31 -08:00
2007-02-11 10:51:26 -08:00
2007-03-06 18:08:38 -08:00
2007-03-07 00:07:18 +00:00
2007-02-26 12:48:06 -08:00
2007-03-09 15:03:24 +11:00
2007-02-13 15:35:52 +11:00
2007-03-05 23:35:50 +01:00
2007-02-15 18:20:52 +09:00
2007-02-11 10:51:26 -08:00
2007-03-02 15:22:53 -08:00
2007-03-05 13:22:28 -08:00
2007-03-01 14:53:38 -08:00
2007-02-11 10:51:26 -08:00
2007-03-06 18:05:10 -08:00
2007-02-11 10:51:26 -08:00
2007-02-07 09:21:01 +11:00
2007-03-06 19:53:34 -08:00
2007-03-01 13:09:46 -02:00
2007-02-09 15:27:12 +00:00
2007-03-06 11:21:05 -08:00
2007-02-16 15:19:16 -08:00
2007-02-16 14:29:07 -08:00
2007-02-19 13:32:28 -08:00
2007-03-06 14:10:08 +01:00
2007-02-12 09:48:42 -08:00