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
Makefile -rw-r--r-- 231 bytes
af_netrom.c -rw-r--r-- 32.8 KB
nr_dev.c -rw-r--r-- 4.4 KB
nr_in.c -rw-r--r-- 7.0 KB
nr_loopback.c -rw-r--r-- 1.7 KB
nr_out.c -rw-r--r-- 5.9 KB
nr_route.c -rw-r--r-- 23.6 KB
nr_subr.c -rw-r--r-- 6.1 KB
nr_timer.c -rw-r--r-- 5.3 KB
sysctl_net_netrom.c -rw-r--r-- 5.2 KB

back to top