Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116095
b: refs/heads/master
c: b6c20e4
h: refs/heads/master
i:
  116093: 921f6bb
  116091: 4287397
  116087: 1a40263
  116079: 8b7dd03
  116063: cbd2b4d
  116031: e602b8e
  115967: d95017d
v: v3
  • Loading branch information
Marek Skuczynski authored and Paul Mundt committed Sep 8, 2008
1 parent 7dce909 commit 251e67e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 61c66387e640abc0e0aa11519bc48ff9bb50580a
refs/heads/master: b6c20e4290a1ef92bcef5ec9dd8e5c7d036153aa
1 change: 0 additions & 1 deletion trunk/arch/sh/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ void __init page_table_range_init(unsigned long start, unsigned long end,
if (!pmd_present(*pmd)) {
pte_t *pte_table;
pte_table = (pte_t *)alloc_bootmem_low_pages(PAGE_SIZE);
memset(pte_table, 0, PAGE_SIZE);
pmd_populate_kernel(&init_mm, pmd, pte_table);
}

Expand Down

0 comments on commit 251e67e

Please sign in to comment.