Home
last modified time | relevance | path

Searched hist:"80 cec14a83ad0ad109d822b3f3482a379bc481ba" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/boot/compressed/
H A DMakefilediff 80cec14a83ad0ad109d822b3f3482a379bc481ba Tue Sep 09 14:56:45 CEST 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Add -march=all to assembly file build in arch/arm/boot/compressed

This allows assembly files to be crafted to cover all ARM CPU types
rather than erroring out on instructions only in later CPUs. We
are careful in these files to only execute CPU specific code when
the CPU ID says we can.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>