Changeset 16529d5 in mainline for kernel/arch/sparc64
- Timestamp:
- 2006-09-20T20:31:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 28ecadb
- Parents:
- 61e90dd
- Location:
- kernel/arch/sparc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/Makefile.inc
r61e90dd r16529d5 61 61 CONFIG_FB = y 62 62 63 ## Compile with support for OpenFirmware device tree. 64 # 65 66 CONFIG_OFW_TREE = y 63 67 64 68 ifeq ($(MACHINE),enterprise) -
kernel/arch/sparc64/src/sparc64.c
r61e90dd r16529d5 46 46 #include <arch/mm/page.h> 47 47 #include <arch/stack.h> 48 #include <genarch/ofw/ofw_tree.h> 48 49 #include <userspace.h> 49 50 … … 65 66 ballocs.base = bootinfo.ballocs.base; 66 67 ballocs.size = bootinfo.ballocs.size; 68 69 ofw_tree_init(bootinfo.ofw_root); 67 70 } 68 71
Note:
See TracChangeset
for help on using the changeset viewer.