commit | f2741b78b607576f0c256604cb3d9256b3428a32 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jun 25 17:35:19 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jul 02 10:56:10 2011 +0100 |
tree | 8c608ffc9b52a50a6fcf2eb04acf3a6f646fbef8 | |
parent | bc089602d206b2abc2d2e8e5324d90342cc0447b [diff] |
ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macros All handlers now call trace_hardirqs_off, so move this common code into the (svc|usr)_entry assembler macros. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>