Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18517
b: refs/heads/master
c: 69c99ac
h: refs/heads/master
i:
  18515: 3e4a73f
v: v3
  • Loading branch information
Coywolf Qi Hunt authored and Linus Torvalds committed Jan 15, 2006
1 parent 5637921 commit c9f26d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3135806358e8d3d8ac61a13f58f148d0a98a7b9b
refs/heads/master: 69c99ac17e2ee0eb45e2c9873e6e12d73260fc6b
16 changes: 7 additions & 9 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,18 @@
#include <asm/sections.h>
#include <asm/cacheflush.h>

/*
* This is one of the first .c files built. Error out early
* if we have compiler trouble..
*/

#ifdef CONFIG_X86_LOCAL_APIC
#include <asm/smp.h>
#endif

/*
* Versions of gcc older than that listed below may actually compile
* and link okay, but the end product can have subtle run time bugs.
* To avoid associated bogus bug reports, we flatly refuse to compile
* with a gcc that is known to be too old from the very beginning.
* This is one of the first .c files built. Error out early if we have compiler
* trouble.
*
* Versions of gcc older than that listed below may actually compile and link
* okay, but the end product can have subtle run time bugs. To avoid associated
* bogus bug reports, we flatly refuse to compile with a gcc that is known to be
* too old from the very beginning.
*/
#if (__GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 2)
#error Sorry, your GCC is too old. It builds incorrect kernels.
Expand Down

0 comments on commit c9f26d0

Please sign in to comment.