Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull arch/tile changes from Chris Metcalf: "These mostly just address smaller issues reported to me" * git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: arch: tile: kernel: unaligned.c: Cleaning up uninitialized variables drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZERO replace strict_strto* call with kstrto* tile: Update comments for generic idle conversion tile: cleanup the comment in init_pgprot tile: use BOOTMEM_DEFAULT instead of magic number 0 for reserve_bootmem flags
This commit is contained in:
@@ -94,7 +94,7 @@ register unsigned long stack_pointer __asm__("sp");
|
||||
/* Sit on a nap instruction until interrupted. */
|
||||
extern void smp_nap(void);
|
||||
|
||||
/* Enable interrupts racelessly and nap forever: helper for cpu_idle(). */
|
||||
/* Enable interrupts racelessly and nap forever: helper for arch_cpu_idle(). */
|
||||
extern void _cpu_idle(void);
|
||||
|
||||
#else /* __ASSEMBLY__ */
|
||||
|
Reference in New Issue
Block a user