From: Kenn H. <ke...@us...> - 2003-07-10 00:12:45
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv5681/include/asm/mm Modified Files: page.h Log Message: console_loglevel declaration moves to somewhere more sensible in 2.5.52 (linux/kernel.h) Index: page.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/page.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- page.h 16 Jan 2003 01:50:30 -0000 1.6 +++ page.h 10 Jul 2003 00:12:41 -0000 1.7 @@ -65,12 +65,6 @@ #define PAGE_ALIGN_PREV(addr) ((addr)&PAGE_MASK) -#ifndef __ASSEMBLY__ - -extern int console_loglevel; - -#endif /* __ASSEMBLY__ */ - /* This handles the memory map. (i hope) * taking the lead from the alpha port the VAX PAGE_OFFSET is * identified as being the start of kernel S0 (KSEG) space */ |