equal
deleted
inserted
replaced
131 |
131 |
132 // We assume that if a wakeup event occurrs when the CPU is in Standby, this will automatically |
132 // We assume that if a wakeup event occurrs when the CPU is in Standby, this will automatically |
133 // bring it back from that state. Therefore we stop tracking wakeup events as the Power Manager will |
133 // bring it back from that state. Therefore we stop tracking wakeup events as the Power Manager will |
134 // complete any pending notifications anyway. When the driver delivers its notification, we just ignore |
134 // complete any pending notifications anyway. When the driver delivers its notification, we just ignore |
135 // it. |
135 // it. |
|
136 |
|
137 if(wakeupRTC) |
|
138 { |
|
139 //Handle this if needed |
|
140 } |
|
141 |
136 iWakeupEventsOn = EFalse; // tracking of wakeup events is now done in hardware |
142 iWakeupEventsOn = EFalse; // tracking of wakeup events is now done in hardware |
137 } |
143 } |
138 else |
144 else |
139 { |
145 { |
140 Kern::Restart(0x80000000); |
146 Kern::Restart(0x80000000); |