diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-07-16 22:54:21 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-09-24 23:29:41 +0200 |
commit | 9bf2b5cdc5fe5e3136ceeecc85141765023ded6e (patch) | |
tree | e1e25d6aa5a18ca63314192173d93cc0d20ac066 /arch/powerpc/include/asm/pmi.h | |
parent | powerpc: Introduce local (non-broadcast) forms of tlb invalidates (diff) | |
download | linux-9bf2b5cdc5fe5e3136ceeecc85141765023ded6e.tar.xz linux-9bf2b5cdc5fe5e3136ceeecc85141765023ded6e.zip |
powerpc: Fixes for CONFIG_PTE_64BIT for SMP support
There are some minor issues with support 64-bit PTEs on a 32-bit processor
when dealing with SMP.
* We need to order the stores in set_pte_at to make sure the flag word
is set second.
* Change pte_clear to use pte_update so only the flag word is cleared
* Added a WARN_ON to set_pte_at to ensure the pte isn't present for
the 64-bit pte/SMP case (to ensure our assumption of this fact).
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/pmi.h')
0 files changed, 0 insertions, 0 deletions