From 7b2ee8a540c68bc249a4734323bb044e004e7bd0 Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Fri, 30 Oct 2009 08:13:58 +0000 Subject: Support IP30 secondary cpu bootup. ok miod@ --- sys/arch/mips64/include/cpu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/mips64/include/cpu.h') diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index a1eb25d6591..25c16aee8c5 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.41 2009/10/22 22:08:52 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.42 2009/10/30 08:13:57 syuu Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -403,6 +403,8 @@ extern struct cpuset cpus_running; extern struct cpu_info *cpu_info[]; void cpu_unidle(struct cpu_info *); void cpu_boot_secondary_processors(void); +#define cpu_boot_secondary(ci) hw_cpu_boot_secondary(ci) +#define cpu_hatch(ci) hw_cpu_hatch(ci) #include #else -- cgit v1.2.3