Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125095
b: refs/heads/master
c: e8e3232
h: refs/heads/master
i:
  125093: 2b0baf5
  125091: 025cc8b
  125087: 73c22f8
v: v3
  • Loading branch information
Ingo Brueckl authored and Linus Torvalds committed Jan 2, 2009
1 parent 7683dcd commit bb8990e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: d2fde28ce793c09c1ea36d981cb6765174fd1eea
refs/heads/master: e8e32326279cba3d049b4325111f76618953195c
8 changes: 6 additions & 2 deletions trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,12 @@ static void __init set_highmem_pages_init(void)
#endif /* !CONFIG_NUMA */

#else
# define permanent_kmaps_init(pgd_base) do { } while (0)
# define set_highmem_pages_init() do { } while (0)
static inline void permanent_kmaps_init(pgd_t *pgd_base)
{
}
static inline void set_highmem_pages_init(void)
{
}
#endif /* CONFIG_HIGHMEM */

void __init native_pagetable_setup_start(pgd_t *base)
Expand Down

0 comments on commit bb8990e

Please sign in to comment.