Changeset b97b348 in mainline for kernel/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2010-05-12T20:00:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be6cef1b
Parents:
f09d891
Message:

do not use ofw_quiesce() (it can actually make more harm than good)
fix the order of arguments passed from the bootloader to kernel on sparc64 (this fixes booting on machines with non-zero physical address start)
remove separate cache.S, use the code directly in start.S

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    rf09d891 rb97b348  
    9090        arch/$(KARCH)/src/trap/$(USARCH)/interrupt.c
    9191
    92 ifeq ($(USARCH),sun4u)
    93         ARCH_SOURCES += \
    94                 arch/$(KARCH)/src/mm/cache.S
    95 endif
    96 
    9792ifeq ($(USARCH),sun4v)
    9893        ARCH_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.