Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24228
b: refs/heads/master
c: d9f8b62
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Mar 27, 2006
1 parent cf1c1ac commit e25bf99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c90e12b86595dbd9996336ac9d762487c638d934
refs/heads/master: d9f8b62a6b033fe7226d7c2b2efdd164ca1aa07c
6 changes: 3 additions & 3 deletions trunk/arch/um/kernel/um_arch.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ int linux_main(int argc, char **argv)
#ifndef CONFIG_HIGHMEM
highmem = 0;
printf("CONFIG_HIGHMEM not enabled - physical memory shrunk "
"to %lu bytes\n", physmem_size);
"to %Lu bytes\n", physmem_size);
#endif
}

Expand All @@ -433,8 +433,8 @@ int linux_main(int argc, char **argv)

setup_physmem(uml_physmem, uml_reserved, physmem_size, highmem);
if(init_maps(physmem_size, iomem_size, highmem)){
printf("Failed to allocate mem_map for %lu bytes of physical "
"memory and %lu bytes of highmem\n", physmem_size,
printf("Failed to allocate mem_map for %Lu bytes of physical "
"memory and %Lu bytes of highmem\n", physmem_size,
highmem);
exit(1);
}
Expand Down

0 comments on commit e25bf99

Please sign in to comment.