Changeset 22f7769 in mainline for src/main/kinit.c
- Timestamp:
- 2005-10-17T23:31:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b2c872d
- Parents:
- 75eacab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/kinit.c
r75eacab r22f7769 65 65 int i; 66 66 67 cpu_priority_high();67 interrupts_disable(); 68 68 69 69 #ifdef __SMP__ … … 116 116 #endif /* __SMP__ */ 117 117 118 cpu_priority_low();118 interrupts_enable(); 119 119 120 120 #ifdef __USERSPACE__
Note:
See TracChangeset
for help on using the changeset viewer.