#9359 HIGH 1.5-ATe: machine_is_olpc() test doesn't work on 1.5
Zarro Boogs per Child
bugtracker at laptop.org
Thu Jun 18 17:28:58 EDT 2009
#9359: machine_is_olpc() test doesn't work on 1.5
--------------------------------+-------------------------------------------
Reporter: cjb | Owner: dsaxena
Type: defect | Status: new
Priority: high | Milestone: 1.5-ATest
Component: kernel | Version: not specified
Resolution: | Keywords:
Next_action: diagnose | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
--------------------------------+-------------------------------------------
Changes (by cjb):
* cc: wmb at firmworks.com (added)
Comment:
Mitch, perhaps this change needs to happen in OFW? The test is:
{{{
#define OLPC_F_PRESENT 0x01
static inline int machine_is_olpc(void)
{
return (olpc_platform_info.flags & OLPC_F_PRESENT) ? 1 : 0;
}
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/9359#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list