https://github.com/torvalds/linux
Revision e7b848d731cdf681e06138a2ae4380220a6baac8 authored by Wenyou Yang on 11 March 2015, 02:08:12 UTC, committed by Nicolas Ferre on 11 March 2015, 14:49:47 UTC
When compiling the kernel in thumb2 (CONFIG_THUMB2_KERNEL option activated), we
hit a compilation crash. The error message is listed below:

---8< -----
Error: cannot use register index with PC-relative addressing -- `str r0,.saved_lpr'
--->8----

Add the .arm directive in the assembly files related to power management.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
1 parent 3440ef1
History
Tip revision: e7b848d731cdf681e06138a2ae4380220a6baac8 authored by Wenyou Yang on 11 March 2015, 02:08:12 UTC
ARM: at91: pm_slowclock: fix the compilation error
Tip revision: e7b848d
File Mode Size
Kconfig -rw-r--r-- 7.6 KB
Makefile -rw-r--r-- 1.0 KB
ath3k.c -rw-r--r-- 14.6 KB
bcm203x.c -rw-r--r-- 6.8 KB
bfusb.c -rw-r--r-- 15.9 KB
bluecard_cs.c -rw-r--r-- 20.1 KB
bpa10x.c -rw-r--r-- 10.3 KB
bt3c_cs.c -rw-r--r-- 14.9 KB
btmrvl_debugfs.c -rw-r--r-- 6.5 KB
btmrvl_drv.h -rw-r--r-- 4.8 KB
btmrvl_main.c -rw-r--r-- 17.9 KB
btmrvl_sdio.c -rw-r--r-- 36.6 KB
btmrvl_sdio.h -rw-r--r-- 3.2 KB
btsdio.c -rw-r--r-- 8.3 KB
btuart_cs.c -rw-r--r-- 14.0 KB
btusb.c -rw-r--r-- 74.7 KB
btwilink.c -rw-r--r-- 8.8 KB
dtl1_cs.c -rw-r--r-- 12.5 KB
hci_ath.c -rw-r--r-- 4.8 KB
hci_bcsp.c -rw-r--r-- 18.4 KB
hci_h4.c -rw-r--r-- 3.4 KB
hci_h5.c -rw-r--r-- 16.3 KB
hci_ldisc.c -rw-r--r-- 13.8 KB
hci_ll.c -rw-r--r-- 11.9 KB
hci_uart.h -rw-r--r-- 2.9 KB
hci_vhci.c -rw-r--r-- 8.1 KB

back to top