Changeset f18cc64 in mainline
- Timestamp:
- 2006-11-17T21:31:07Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73a1fe5
- Parents:
- f2ea5d8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rf2ea5d8 rf18cc64 48 48 endif 49 49 50 ifeq ($(CONFIG_SMP),y) 51 DEFS += -DCONFIG_SMP 52 endif 53 50 54 .PHONY: all build config distclean clean generic_clean 51 55 -
boot/arch/sparc64/loader/main.c
rf2ea5d8 rf18cc64 99 99 printf("done.\n"); 100 100 101 #ifdef CONFIG_SMP 101 102 printf("\nChecking for secondary processors..."); 102 103 if (!ofw_cpu()) 103 104 printf("Error: unable to get CPU properties\n"); 104 105 printf("done.\n"); 106 #endif 105 107 106 108 printf("\nBooting the kernel...\n"); -
boot/boot.config
rf2ea5d8 rf18cc64 17 17 ! COMPILER (choice) 18 18 19 # Start AP processors 20 ! [ARCH=sparc64] CONFIG_SMP (y/n) 21 19 22 # Debug bootloader 20 23 ! [ARCH=ppc32] CONFIG_DEBUG (n/y) -
kernel/kernel.config
rf2ea5d8 rf18cc64 104 104 105 105 # Use TSB 106 ! [ARCH=sparc64] CONFIG_TSB ( n/y)106 ! [ARCH=sparc64] CONFIG_TSB (y/n) 107 107 108 108 # Support for Z8530 serial port
Note:
See TracChangeset
for help on using the changeset viewer.