Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | microblaze: Support unaligned address for put/get_user macros | Michal Simek | 2009-07-27 | 1 | -63/+46 |
| | | | | | | | | | | | | | | | This patch add support for cases where load/store instruction in put/get_user macro gets unaligned pointer to data and this address is not valid. I prevent all cases which can failed. I had to disable first stage of unaligned handler which is used only for noMMU kernel and the whole work is done when interrupt is enabled. You have enable HW support for detect unaligned access in Microblaze. This patch fixed three LTP tests: getpeername01, getsockname01, socketpair01 Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | microblaze_mmu_v2: Update exception handling - MMU exception | Michal Simek | 2009-05-26 | 1 | -7/+739 |
| | | | | Signed-off-by: Michal Simek <monstr@monstr.eu> | ||||
* | microblaze_v8: exception handling | Michal Simek | 2009-03-27 | 1 | -0/+458 |
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu> |