[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MSR bits in irq_asm.S
- Date: Wed, 13 Jan 2010 15:02:04 +0200
- From: leonp at plris.com (Leon Pollak)
- Subject: MSR bits in irq_asm.S
Hello, all.
I passed through all PPC irq_asm.S files and seems to see the same picture:
while exiting the IRQ state assembler code "restores" the MSR value ALWAYS in
the constant way - without taking into account whether caches are on or off.
Well, this is OK for some specific BSP, which initializes its cache states
(although I should do this different).
But this method is used in ../shared/irq_asm.S too.
This makes me to thing, that I misunderstand something.
Thanks for clarification...:-)
--
Leon