Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80453
b: refs/heads/master
c: d701fda
h: refs/heads/master
i:
  80451: b20de35
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent d086ec1 commit e9c7dfd
Show file tree
Hide file tree
Showing 2 changed files with 11 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: d690b2afd5a7a02816386aa704c8c0b1aca8d2de
refs/heads/master: d701fda8601fe267fbd3648f108f0e751305101b
12 changes: 10 additions & 2 deletions trunk/include/asm-x86/fixmap_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,18 @@ enum fixed_addresses {
FIX_PARAVIRT_BOOTMAP,
#endif
__end_of_permanent_fixed_addresses,
/* temporary boot-time mappings, used before ioremap() is functional */
/*
* 256 temporary boot-time mappings, used by early_ioremap(),
* before ioremap() is functional.
*
* We round it up to the next 512 pages boundary so that we
* can have a single pgd entry and a single pte table:
*/
#define NR_FIX_BTMAPS 64
#define FIX_BTMAPS_NESTING 4
FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
FIX_BTMAP_END =
__end_of_permanent_fixed_addresses + 512 -
(__end_of_permanent_fixed_addresses & 511),
FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_NESTING - 1,
FIX_WP_TEST,
__end_of_fixed_addresses
Expand Down

0 comments on commit e9c7dfd

Please sign in to comment.