Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77678
b: refs/heads/master
c: 5a4a5bd
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 8affb76 commit 10099fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34cd6d3ab47284dbebea03585ead6a0d5671b75c
refs/heads/master: 5a4a5bd127c147aaa16aefef856f4cb28e92cec1
4 changes: 4 additions & 0 deletions trunk/include/asm-sh/fixmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ extern void __set_fixmap(enum fixed_addresses idx,
* the start of the fixmap, and leave one page empty
* at the top of mem..
*/
#ifdef CONFIG_SUPERH32
#define FIXADDR_TOP (P4SEG - PAGE_SIZE)
#else
#define FIXADDR_TOP (0xff000000 - PAGE_SIZE)
#endif
#define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
#define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)

Expand Down

0 comments on commit 10099fa

Please sign in to comment.