powerpc: Remove ppc64_boot_msg
ppc64_boot_msg is meant to be a boot debug aid, but is only used in one spot. Get rid of it, and save ourseleves a couple of lines in the kernel log buffer. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
adb7cd7322
commit
64ff91ff85
2 changed files with 0 additions and 39 deletions
|
@ -342,16 +342,6 @@ extern sys_ctrler_t sys_ctrler;
|
|||
|
||||
#endif /* CONFIG_PPC_PMAC */
|
||||
|
||||
|
||||
/* Functions to produce codes on the leds.
|
||||
* The SRC code should be unique for the message category and should
|
||||
* be limited to the lower 24 bits (the upper 8 are set by these funcs),
|
||||
* and (for boot & dump) should be sorted numerically in the order
|
||||
* the events occur.
|
||||
*/
|
||||
/* Print a boot progress message. */
|
||||
void ppc64_boot_msg(unsigned int src, const char *msg);
|
||||
|
||||
static inline void log_error(char *buf, unsigned int err_type, int fatal)
|
||||
{
|
||||
if (ppc_md.log_error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue