diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-24 14:37:23 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-24 14:37:23 -0700 |
commit | 160b13f17c4f92805c4ad03c3336dded15c693e9 (patch) | |
tree | e5390b0b53c0034e7dc03dcd3ffbfc2180dea39a /include/asm-arm/cpu-single.h | |
parent | c0c3e8edaabcb6cf6786226813cf087ad21f0743 (diff) | |
parent | 9c2c38a122cc23d6a09b8004d60a33913683eedf (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/asm-arm/cpu-single.h')
-rw-r--r-- | include/asm-arm/cpu-single.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/cpu-single.h b/include/asm-arm/cpu-single.h index b5ec5d54665d..6723e67244fa 100644 --- a/include/asm-arm/cpu-single.h +++ b/include/asm-arm/cpu-single.h @@ -41,4 +41,4 @@ extern int cpu_do_idle(void); extern void cpu_dcache_clean_area(void *, int); extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm); extern void cpu_set_pte(pte_t *ptep, pte_t pte); -extern volatile void cpu_reset(unsigned long addr); +extern void cpu_reset(unsigned long addr) __attribute__((noreturn)); |