nfsd4: typo logical vs bitwise negate for want_mask
[linux-btrfs-devel.git] / arch / arm / mach-vt8500 / include / mach / system.h
blobd6c757eaf26b2d9dd1312090654869a07f4d2c96
1 /*
2 * arch/arm/mach-vt8500/include/mach/system.h
4 */
5 #include <asm/io.h>
7 /* PM Software Reset request register */
8 #define VT8500_PMSR_VIRT 0xf8130060
10 static inline void arch_idle(void)
12 cpu_do_idle();
15 static inline void arch_reset(char mode, const char *cmd)
17 writel(1, VT8500_PMSR_VIRT);