diff options
| author | David Woodhouse <[email protected]> | 2006-09-16 12:15:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-09-16 12:54:32 -0700 |
| commit | 7f9d77d75895c0d7e326d75263af21d7e2759879 (patch) | |
| tree | 3b07576e26cd9e0a4ac19c3e98b6e979481cf1c5 /scripts/patch-kernel | |
| parent | 75da736fb3dc5cc8add98da0d02fe5103d7ce059 (diff) | |
[PATCH] Fix 'make headers_check' for Alpha
Alpha currently fails 'make headers_check' in the 2.6.18-rc kernels. This
patch fixes it, by moving the existing #ifdef __KERNEL__ in asm/page.h so that
it covers everything that userspace shouldn't so, and by adding asm/compiler.h
to the list of exported files so that its use within asm/byteorder.h is
successful.
[ Note that at least with GCC 4, <linux/compiler.h> doesn't do the forced
inlining about which there are nasty comments (and a workaround) in
<asm/compiler.h>, unless you set CONFIG_FORCED_INLINING. Rather than keep
the mess you have in <asm/compiler.h> you could perhaps just make sure
CONFIG_FORCED_INLINING=n is also honoured with GCC3, and make sure it cannot
be set for Alpha? ]
Signed-off-by: David Woodhouse <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Richard Henderson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions