Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64081
b: refs/heads/master
c: 70b0e7a
h: refs/heads/master
i:
  64079: bb9425e
v: v3
  • Loading branch information
Mark Fortescue authored and David S. Miller committed Aug 15, 2007
1 parent 3c9b98d commit c603f28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: f642b263800e6e57c377d630be6d2a999683b579
refs/heads/master: 70b0e7a919b7961285c685a87928ed78c9fb07f0
2 changes: 0 additions & 2 deletions trunk/arch/sparc/mm/sun4c.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ static inline void sun4c_init_clean_mmu(unsigned long kernel_end)
unsigned char savectx, ctx;

savectx = sun4c_get_context();
kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end);
for (ctx = 0; ctx < num_contexts; ctx++) {
sun4c_set_context(ctx);
for (vaddr = 0; vaddr < 0x20000000; vaddr += SUN4C_REAL_PGDIR_SIZE)
Expand Down Expand Up @@ -2064,7 +2063,6 @@ void __init sun4c_paging_init(void)
unsigned long end_pfn, pages_avail;

kernel_end = (unsigned long) &end;
kernel_end += (SUN4C_REAL_PGDIR_SIZE * 4);
kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end);

pages_avail = 0;
Expand Down

0 comments on commit c603f28

Please sign in to comment.