Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: fix missing bug.h include in arch/arm/kernel/insn.c | Russell King | 2012-03-30 | 1 | -0/+1 |
| | | | | | | | arch/arm/kernel/insn.c: In function '__arm_gen_branch_thumb2': arch/arm/kernel/insn.c:13: error: implicit declaration of function 'WARN_ON_ONCE' Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | ARM: 7331/1: extract out insn generation code from ftrace | Rabin Vincent | 2012-03-24 | 1 | -0/+61 |
Extract out the instruction generation code so that it can be used for jump labels too. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |