Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31241
b: refs/heads/master
c: f7a8491
h: refs/heads/master
i:
  31239: 9ad093e
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jun 29, 2006
1 parent 1d34ec2 commit c96bc43
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: 6feb6efaec9858dfb673fc5c89b8280b1b73bb08
refs/heads/master: f7a849153be3b66326b52dce0d07896b56cb4cd7
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/fixmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ extern void __set_fixmap (enum fixed_addresses idx,
* the start of the fixmap, and leave one page empty
* at the top of mem..
*/
#if defined(CONFIG_CPU_TX39XX) || defined(CONFIG_CPU_TX49XX)
#define FIXADDR_TOP (0xff000000UL - 0x2000)
#else
#define FIXADDR_TOP (0xffffe000UL)
#endif
#define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
#define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)

Expand Down

0 comments on commit c96bc43

Please sign in to comment.