|
@@ -575,7 +575,6 @@ _GLOBAL(flush_hash_pages)
|
|
rlwinm r8,r8,0,31,29 /* clear HASHPTE bit */
|
|
rlwinm r8,r8,0,31,29 /* clear HASHPTE bit */
|
|
stwcx. r8,0,r5 /* update the pte */
|
|
stwcx. r8,0,r5 /* update the pte */
|
|
bne- 33b
|
|
bne- 33b
|
|
-EXPORT_SYMBOL(flush_hash_pages)
|
|
|
|
|
|
|
|
/* Get the address of the primary PTE group in the hash table (r3) */
|
|
/* Get the address of the primary PTE group in the hash table (r3) */
|
|
_GLOBAL(flush_hash_patch_A)
|
|
_GLOBAL(flush_hash_patch_A)
|
|
@@ -634,6 +633,7 @@ _GLOBAL(flush_hash_patch_B)
|
|
SYNC_601
|
|
SYNC_601
|
|
isync
|
|
isync
|
|
blr
|
|
blr
|
|
|
|
+EXPORT_SYMBOL(flush_hash_pages)
|
|
|
|
|
|
/*
|
|
/*
|
|
* Flush an entry from the TLB
|
|
* Flush an entry from the TLB
|