File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ _GLOBAL(hash_page)
163
163
stw r0, (mmu_hash_lock - PAGE_OFFSET)@l(r8)
164
164
blr
165
165
#endif /* CONFIG_SMP */
166
+ _ASM_NOKPROBE_SYMBOL(hash_page)
166
167
167
168
/*
168
169
* Add an entry for a particular page to the hash table.
@@ -267,6 +268,7 @@ _GLOBAL(add_hash_page)
267
268
lwz r0,4 (r1)
268
269
mtlr r0
269
270
blr
271
+ _ASM_NOKPROBE_SYMBOL(add_hash_page)
270
272
271
273
/*
272
274
* This routine adds a hardware PTE to the hash table.
@@ -474,6 +476,7 @@ END_FTR_SECTION_IFCLR(CPU_FTR_NEED_COHERENT)
474
476
475
477
sync /* make sure pte updates get to memory */
476
478
blr
479
+ _ASM_NOKPROBE_SYMBOL(create_hpte)
477
480
478
481
.section .bss
479
482
.align 2
@@ -630,6 +633,7 @@ _GLOBAL(flush_hash_pages)
630
633
isync
631
634
blr
632
635
EXPORT_SYMBOL(flush_hash_pages)
636
+ _ASM_NOKPROBE_SYMBOL(flush_hash_pages)
633
637
634
638
/*
635
639
* Flush an entry from the TLB
@@ -667,6 +671,7 @@ _GLOBAL(_tlbie)
667
671
sync
668
672
#endif /* CONFIG_SMP */
669
673
blr
674
+ _ASM_NOKPROBE_SYMBOL(_tlbie)
670
675
671
676
/*
672
677
* Flush the entire TLB. 603/603e only
@@ -708,3 +713,4 @@ _GLOBAL(_tlbia)
708
713
isync
709
714
#endif /* CONFIG_SMP */
710
715
blr
716
+ _ASM_NOKPROBE_SYMBOL(_tlbia)
You can’t perform that action at this time.
0 commit comments