Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298857
b: refs/heads/master
c: b1760c8
h: refs/heads/master
i:
  298855: 4bc3794
v: v3
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent df0e023 commit 6c032a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: cdd8e16feba87a3fc2bb1885d36f895a2a3288bf
refs/heads/master: b1760c847ff9d04fba7cdbef005a0ad805311c6d
5 changes: 0 additions & 5 deletions trunk/arch/tile/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ static pgprot_t __init init_pgprot(ulong address)
return construct_pgprot(PAGE_KERNEL_RO, PAGE_HOME_IMMUTABLE);
}

/* As a performance optimization, keep the boot init stack here. */
if (address >= (ulong)&init_thread_union &&
address < (ulong)&init_thread_union + THREAD_SIZE)
return construct_pgprot(PAGE_KERNEL, smp_processor_id());

#ifndef __tilegx__
#if !ATOMIC_LOCKS_FOUND_VIA_TABLE()
/* Force the atomic_locks[] array page to be hash-for-home. */
Expand Down

0 comments on commit 6c032a3

Please sign in to comment.