[parisc-linux] review of Documentation/parisc/unwritten
Helge Deller
deller@gmx.de
Sat, 6 Oct 2001 12:37:19 +0200
Hi Grant,
> machine_halt BUG. NOP. Should update LEDs/ChassisCode.
> machine_power_on obsolete - delete it
> arch/parisc/kernel/process.c
The LED/ChassisCodes are already updated by the led_halt() function, called
by the reboot notifier chain. machine_halt() is called by sys_reboot(), so we need
to let it be a NOP, or just #define it as NOP.
machine_power_on could be deleted AFAIT.
> check_bugs include/asm-parisc/bugs.h
> NOP. Check for CPU bugs or misconfigured kernel.
> review?
Does the PA CPU has bugs ? :-)
Helge