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:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include "hpet.h"
|
#include "hpet.h"
|
||||||
|
|
||||||
#define TRACE_HPET
|
//#define TRACE_HPET
|
||||||
#ifdef TRACE_HPET
|
#ifdef TRACE_HPET
|
||||||
#define TRACE(x) dprintf x
|
#define TRACE(x) dprintf x
|
||||||
#else
|
#else
|
||||||
@@ -145,7 +145,7 @@ hpet_init(struct kernel_args *args)
|
|||||||
|
|
||||||
/* There is no hpet legacy support, so error out on init */
|
/* There is no hpet legacy support, so error out on init */
|
||||||
if (!HPET_IS_LEGACY_CAPABLE(sHPETRegs)) {
|
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;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user