Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116941
b: refs/heads/master
c: a3ba68f
h: refs/heads/master
i:
  116939: b277a4a
v: v3
  • Loading branch information
Kumar Gala authored and Benjamin Herrenschmidt committed Oct 21, 2008
1 parent 4e74352 commit 24371f4
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 0721357d4d04563b6e5c7ffd6b5685df275d5ff9
refs/heads/master: a3ba68f969b2407b6809a840f6ff45ab0eb06f84
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

#include <asm/asm-compat.h>
#include <asm/kdump.h>
#include <asm/types.h>
#ifndef __ASSEMBLY__
#include <linux/types.h>
#endif

/*
* On PPC32 page size is 4K. For PPC64 we support either 4K or 64K software
Expand Down Expand Up @@ -73,6 +75,7 @@

#if defined(CONFIG_RELOCATABLE)
#ifndef __ASSEMBLY__

extern phys_addr_t memstart_addr;
extern phys_addr_t kernstart_addr;
#endif
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/prom_init_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WHITELIST="add_reloc_offset __bss_start __bss_stop copy_and_flush
_end enter_prom memcpy memset reloc_offset __secondary_hold
__secondary_hold_acknowledge __secondary_hold_spinloop __start
strcmp strcpy strlcpy strlen strncmp strstr logo_linux_clut224
reloc_got2 kernstart_addr"
reloc_got2 kernstart_addr memstart_addr"

NM="$1"
OBJ="$2"
Expand Down

0 comments on commit 24371f4

Please sign in to comment.