Changeset 9055bd1 in mainline for arch/ppc64
- Timestamp:
- 2006-04-09T16:02:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f7859b9
- Parents:
- 6a78e84
- Location:
- arch/ppc64
- Files:
-
- 3 edited
-
Makefile.inc (modified) (1 diff)
-
_link.ld.in (modified) (1 diff)
-
src/dummy.s (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc64/Makefile.inc
r6a78e84 r9055bd1 40 40 41 41 CFLAGS += -mcpu=powerpc64 -m64 42 AFLAGS += -a64 42 43 LFLAGS += -no-check-sections -N 43 44 -
arch/ppc64/_link.ld.in
r6a78e84 r9055bd1 15 15 16 16 ENTRY(kernel_image_start) 17 OUTPUT_ARCH(powerpc:common64) 17 18 18 19 SECTIONS { -
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.
