Changeset 074c9bd in mainline for kernel/arch/ia32/include/asm.h
- Timestamp:
- 2010-07-15T10:39:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c16ce7
- Parents:
- 41ce4d9 (diff), 4003861 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/asm.h
r41ce4d9 r074c9bd 43 43 #include <trace.h> 44 44 45 extern uint32_t interrupt_handler_size;46 47 45 /** Halt CPU 48 46 * … … 429 427 extern void asm_delay_loop(uint32_t); 430 428 extern void asm_fake_loop(uint32_t); 429 430 extern uintptr_t int_syscall; 431 431 432 432 extern uintptr_t int_0;
Note:
See TracChangeset
for help on using the changeset viewer.