/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
enable_preemption();
}
+extern unsigned int disableSerialOuput;
+
void
consdebug_putc(
char c)
debug_putc(c);
-#ifdef __ppc__
if (!console_is_serial())
- PE_kputc(c);
-#endif
+ if (!disableSerialOuput)
+ PE_kputc(c);
}
void