Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24857
b: refs/heads/master
c: 9902abd
h: refs/heads/master
i:
  24855: 1635d39
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Mar 31, 2006
1 parent a8d636a commit 4843493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 02dea0875b0f9b331a65fd6097dfd6115ca4ef24
refs/heads/master: 9902abd7af17c3bdf57a5a092a66f502f79ba05e
2 changes: 1 addition & 1 deletion trunk/arch/um/include/user_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern unsigned long uml_physmem;
extern unsigned long uml_reserved;
extern unsigned long end_vm;
extern unsigned long start_vm;
extern unsigned long highmem;
extern unsigned long long highmem;

extern char host_info[];

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern char __binary_start;
unsigned long *empty_zero_page = NULL;
unsigned long *empty_bad_page = NULL;
pgd_t swapper_pg_dir[PTRS_PER_PGD];
unsigned long highmem;
unsigned long long highmem;
int kmalloc_ok = 0;

static unsigned long brk_end;
Expand Down

0 comments on commit 4843493

Please sign in to comment.