Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100703 | Differences between
and this patch

Collapse All | Expand All

(-)orig-linux-2.6.15-rc6/include/linux/compiler.h (+4 lines)
Lines 43-48 Link Here
43
#endif
43
#endif
44
#endif
44
#endif
45
45
46
#ifdef __KERNEL__
47
46
#if __GNUC__ > 4
48
#if __GNUC__ > 4
47
#error no compiler-gcc.h file for this gcc version
49
#error no compiler-gcc.h file for this gcc version
48
#elif __GNUC__ == 4
50
#elif __GNUC__ == 4
Lines 62-67 Link Here
62
# include <linux/compiler-intel.h>
64
# include <linux/compiler-intel.h>
63
#endif
65
#endif
64
66
67
#endif /* __KERNEL__ */
68
65
/*
69
/*
66
 * Generic compiler-dependent macros required for kernel
70
 * Generic compiler-dependent macros required for kernel
67
 * build go below this comment. Actual compiler/compiler version
71
 * build go below this comment. Actual compiler/compiler version

Return to bug 100703