Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258306
b: refs/heads/master
c: 2ba564b
h: refs/heads/master
v: v3
  • Loading branch information
Dave Martin committed Jul 7, 2011
1 parent dc9e13a commit d2868db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: 3b7f39fa9ad4e19fd87fb1e98a53b4f1700b5d0b
refs/heads/master: 2ba564b90f4c53d7a25cdcf12c6fa15028db7bc9
9 changes: 2 additions & 7 deletions trunk/arch/arm/mm/tlb-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,5 @@ ENDPROC(v7wbi_flush_kern_tlb_range)

__INIT

.type v7wbi_tlb_fns, #object
ENTRY(v7wbi_tlb_fns)
.long v7wbi_flush_user_tlb_range
.long v7wbi_flush_kern_tlb_range
ALT_SMP(.long v7wbi_tlb_flags_smp)
ALT_UP(.long v7wbi_tlb_flags_up)
.size v7wbi_tlb_fns, . - v7wbi_tlb_fns
/* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */
define_tlb_functions v7wbi, v7wbi_tlb_flags_up, flags_smp=v7wbi_tlb_flags_smp

0 comments on commit d2868db

Please sign in to comment.