diff options
author | Takuya ASADA <syuu@cvs.openbsd.org> | 2010-01-08 06:35:17 +0000 |
---|---|---|
committer | Takuya ASADA <syuu@cvs.openbsd.org> | 2010-01-08 06:35:17 +0000 |
commit | 6d8a1462f0c4a9e2855f45c51803c232e9542468 (patch) | |
tree | 6cc21f9734718bc837adaaf96c7926ac41d05d9b /sys | |
parent | 00c362481c438c6cc4b467504aa317a13d015c5f (diff) |
Fix compile failure on MP kernel(missing P_CPU macro on mips64/mips64/context.S)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mips64/mips64/genassym.cf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/mips64/genassym.cf b/sys/arch/mips64/mips64/genassym.cf index 8630c50414e..9185d298736 100644 --- a/sys/arch/mips64/mips64/genassym.cf +++ b/sys/arch/mips64/mips64/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.3 2010/01/08 01:35:52 syuu Exp $ +# $OpenBSD: genassym.cf,v 1.4 2010/01/08 06:35:16 syuu Exp $ # # Copyright (c) 1997 Per Fogelstrom / Opsycon AB # @@ -42,6 +42,7 @@ struct proc member p_stat member p_addr member p_vmspace +member p_cpu member P_ASTPENDING p_md.md_astpending member P_PC_CTRL p_md.md_pc_ctrl member P_PC_COUNT p_md.md_pc_count |