Revision 5c9ffc9c3d61dfcafd7cdb61c7b94f2d7ac408fb authored by Andrew Morton on 05 August 2008, 20:01:01 UTC, committed by Linus Torvalds on 05 August 2008, 21:33:46 UTC
gcc-3.2:

  mm/mm_init.c:77:1: directives may not be used inside a macro argument
  mm/mm_init.c:76:47: unterminated argument list invoking macro "mminit_dprintk"
  mm/mm_init.c: In function `mminit_verify_pageflags_layout':
  mm/mm_init.c:80: `mminit_dprintk' undeclared (first use in this function)
  mm/mm_init.c:80: (Each undeclared identifier is reported only once
  mm/mm_init.c:80: for each function it appears in.)
  mm/mm_init.c:80: syntax error before numeric constant

Also fix a typo in a comment.

Reported-by: Adrian Bunk <bunk@kernel.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 35ad1c8
History
File Mode Size
Kconfig -rw-r--r-- 68 bytes
Makefile -rw-r--r-- 464 bytes
fc.c -rw-r--r-- 3.3 KB
fddi.c -rw-r--r-- 5.7 KB
garp.c -rw-r--r-- 17.6 KB
hippi.c -rw-r--r-- 6.0 KB
p8022.c -rw-r--r-- 1.9 KB
p8023.c -rw-r--r-- 1.6 KB
psnap.c -rw-r--r-- 3.4 KB
stp.c -rw-r--r-- 2.6 KB
tr.c -rw-r--r-- 15.2 KB

back to top