Changeset 9055bd1 in mainline for arch/ppc64/src/dummy.s
- Timestamp:
- 2006-04-09T16:02:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f7859b9
- Parents:
- 6a78e84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc64/src/dummy.s
r6a78e84 r9055bd1 29 29 .text 30 30 31 .global cpu_halt 31 32 .global asm_delay_loop 32 33 .global userspace … … 35 36 .global tlb_invalidate_asid 36 37 .global tlb_invalidate_pages 38 39 cpu_halt: 40 b cpu_halt 37 41 38 42 tlb_invalidate_all:
Note:
See TracChangeset
for help on using the changeset viewer.