Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91558
b: refs/heads/master
c: edc164d
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Apr 16, 2008
1 parent 59aea00 commit 892c383
Show file tree
Hide file tree
Showing 2 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: 0aef996b37d08757562ecf0bb0c1f6998e634c8b
refs/heads/master: edc164d18f6b86b6de134d432de286e6c440c66d
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/lmb.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define LMB_DBG(fmt...) udbg_printf(fmt)

#ifdef CONFIG_PPC32
extern unsigned long __max_low_memory;
#define LMB_REAL_LIMIT __max_low_memory
extern phys_addr_t lowmem_end_addr;
#define LMB_REAL_LIMIT lowmem_end_addr
#else
#define LMB_REAL_LIMIT 0
#endif
Expand Down

0 comments on commit 892c383

Please sign in to comment.