diff --git a/[refs] b/[refs] index 67bce3a32e73..639fbfa38996 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 80492cc797ea15572de8eac766cbf606626ee338 +refs/heads/master: 1514ab09edb071345fe17cd230c97f9e72c9478e diff --git a/trunk/arch/i386/boot/apm.c b/trunk/arch/i386/boot/apm.c index a34087c370c0..8be3f5686af6 100644 --- a/trunk/arch/i386/boot/apm.c +++ b/trunk/arch/i386/boot/apm.c @@ -40,7 +40,7 @@ int query_apm_bios(void) if (bx != 0x504d) /* "PM" signature */ return -1; - if (cx & 0x02) /* 32 bits supported? */ + if (!(cx & 0x02)) /* 32 bits supported? */ return -1; /* Disconnect first, just in case */