Fixed typo for real. Also disabled tracing for HPET
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33157 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
44864ca88f
commit
e5f7219f3a
@ -15,7 +15,7 @@
|
||||
|
||||
#include "hpet.h"
|
||||
|
||||
#define TRACE_HPET
|
||||
//#define TRACE_HPET
|
||||
#ifdef TRACE_HPET
|
||||
#define TRACE(x) dprintf x
|
||||
#else
|
||||
@ -145,7 +145,7 @@ hpet_init(struct kernel_args *args)
|
||||
|
||||
/* There is no hpet legacy support, so error out on init */
|
||||
if (!HPET_IS_LEGACY_CAPABLE(sHPETRegs)) {
|
||||
dprintf("hpet_init: HPET doesn' support legacy mode. Skipping.\n");
|
||||
dprintf("hpet_init: HPET doesn't support legacy mode. Skipping.\n");
|
||||
return B_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user