History log of /linux-master/arch/nios2/kernel/misaligned.c
Revision Date Author Comments
# 3fb39c48 04-Sep-2015 Bernd Weiberg <bernd.weiberg@siemens.com>

nios2: remove unused statistic counters

Removed some statistic counters to improve the performance of the handler.

Signed-off-by: Bernd Weiberg <bernd.weiberg@siemens.com>
Signed-off-by: Ley Foon Tan <lftan@altera.com>


# db5a7e55 04-Sep-2015 Bernd Weiberg <bernd.weiberg@siemens.com>

nios2: fixed variable imm16 to s16

Fxid variable imm16 to s16 instead of u16, offset might be negative.

Signed-off-by: Bernd Weiberg <bernd.weiberg@siemens.com>
Signed-off-by: Ley Foon Tan <lftan@altera.com>


# 82ed08dd 06-Nov-2014 Ley Foon Tan <lftan@altera.com>

nios2: Exception handling

This patch contains the exception entry code (kernel/entry.S) and
misaligned exception.

Signed-off-by: Ley Foon Tan <lftan@altera.com>