[PATCH] uml: locking comments in memory and tempfile code
Locking comments and emacs comment removal in the low-level memory and temp file code. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b8831a1d2c
commit
6bf79482f3
@@ -24,8 +24,9 @@
|
||||
#include "init.h"
|
||||
#include "kern_constants.h"
|
||||
|
||||
/* Changed during early boot */
|
||||
/* allocated in paging_init, zeroed in mem_init, and unchanged thereafter */
|
||||
unsigned long *empty_zero_page = NULL;
|
||||
/* allocated in paging_init and unchanged thereafter */
|
||||
unsigned long *empty_bad_page = NULL;
|
||||
pgd_t swapper_pg_dir[PTRS_PER_PGD];
|
||||
unsigned long long highmem;
|
||||
|
Reference in New Issue
Block a user