On Thu, 27 Mar 2008 12:47:45 +0200 Adrian Bunk <bunk@kernel.org> wrote:Hmm...that must be a pretty ancient toolchain. In any case, the patch below should fix it. The commit being reverted is not in mainline, so I'll probably just drop both of them next time I rebase. FWIW, a more recent toolchain is available here: http://avr32linux.org/twiki/bin/view/Main/BinutilsPatches http://avr32linux.org/twiki/bin/view/Main/GccPatches Haavard From: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Date: Thu, 27 Mar 2008 12:23:07 +0100 Subject: [PATCH] Revert "avr32: Use better asm constraint in prefetch()" This reverts commit e153fa1406b68460e0a8e498a2b83d50584cc40a. This commit caused build breakage with some old 4.0.2-based gcc. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> --- include/asm-avr32/processor.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-avr32/processor.h b/include/asm-avr32/processor.h index 2abd3de..49a88f5 100644 --- a/include/asm-avr32/processor.h +++ b/include/asm-avr32/processor.h @@ -169,7 +169,7 @@ extern void show_stack_log_lvl(struct task_struct *tsk, unsigned long sp, static inline void prefetch(const void *x) { const char *c = x; - asm volatile("pref %0" : : "RKs16"(*c)); + asm volatile("pref %0" : : "r"(c)); } #define PREFETCH_STRIDE L1_CACHE_BYTES -- 1.5.4.3 --
| Artem Bityutskiy | [PATCH 10/44 take 2] [UBI] debug unit implementation |
| Jeremy Fitzhardinge | [PATCH 03 of 36] x86: add memory barriers to wrmsr |
| Zachary Amsden | Re: [patch 13/26] Xen-paravirt_ops: Consistently wrap paravirt ops callsites to ma... |
| Justin Mattock | macbook pro dvd playback after suspend Buffer I/O error |
git: | |
| David Kastrup | Empty directories... |
| Johannes Schindelin | Re: [PATCH 1/4] Move redo merge code in a function |
| Jeff King | Re: detecting rename->commit->modify->commit |
| Pierre Habouzit | Re: [RFC] git integrated bugtracking |
| David Higgs | Re: Using the C programming language |
| Chris Bullock | OpenBSD isakmpd and pf vs Cisco PIX or ASA |
| Richard Stallman | Real men don't attack straw men |
| Chris S | Re: No text cursor on OpenBSD/i386 4.1 |
| Jojie R. T. | Re: SLS |
| Peter MacDonald | demand paging: proposal |
| Theodore Ts'o | Re: Stabilizing Linux |
| Doug Evans | Re: Stabilizing Linux |
| Battery Maximizer Software | 8 hours ago | Linux kernel |
| windows folder creation surprise | 10 hours ago | Windows |
| Problem in scim in Fedora 9 | 11 hours ago | Linux general |
| Firewall | 1 day ago | OpenBSD |
| IP layer send packet | 1 day ago | Linux kernel |
| dtrace for linux available | 2 days ago | Linux kernel |
| Unable to mount ramdisk image using UBoot while upgrading to 2.6.15 kernel for a MPC8540 based target | 2 days ago | Linux kernel |
| RealTek RTL8169 - can't connect | 2 days ago | NetBSD |
| vsftpd Upload Problems | 2 days ago | Linux general |
| creating con folder in desktop | 3 days ago | Windows |
