Searched hist:"207 f583d7179f707f402c36a7bda5ca1fd03ad5b" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/parisc/kernel/ |
H A D | pacache.S | diff 207f583d7179f707f402c36a7bda5ca1fd03ad5b Wed May 16 11:14:52 CEST 2012 John David Anglin <dave.anglin@bell.net> [PARISC] fix crash in flush_icache_page_asm on PA1.1
As pointed out by serveral people, PA1.1 only has a type 26 instruction meaning that the space register must be explicitly encoded. Not giving an explicit space means that the compiler uses the type 24 version which is PA2.0 only resulting in an illegal instruction crash.
This regression was caused by
commit f311847c2fcebd81912e2f0caf8a461dec28db41 Author: James Bottomley <James.Bottomley@HansenPartnership.com> Date: Wed Dec 22 10:22:11 2010 -0600
parisc: flush pages through tmpalias space
Reported-by: Helge Deller <deller@gmx.de> Signed-off-by: John David Anglin <dave.anglin@bell.net> Cc: stable@vger.kernel.org #2.6.39+ Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|