svn commit: r230888 - stable/9/sys/sparc64/include
Marius Strobl
marius at FreeBSD.org
Wed Feb 1 21:15:25 UTC 2012
Author: marius
Date: Wed Feb 1 21:15:24 2012
New Revision: 230888
URL: http://svn.freebsd.org/changeset/base/230888
Log:
MFC: r230628
Mark cpu_{halt,reset}() as __dead2 as appropriate.
Modified:
stable/9/sys/sparc64/include/cpu.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (props changed)
stable/9/sys/boot/ (props changed)
stable/9/sys/boot/i386/efi/ (props changed)
stable/9/sys/boot/ia64/efi/ (props changed)
stable/9/sys/boot/ia64/ski/ (props changed)
stable/9/sys/boot/powerpc/boot1.chrp/ (props changed)
stable/9/sys/boot/powerpc/ofw/ (props changed)
stable/9/sys/cddl/contrib/opensolaris/ (props changed)
stable/9/sys/conf/ (props changed)
stable/9/sys/contrib/dev/acpica/ (props changed)
stable/9/sys/contrib/octeon-sdk/ (props changed)
stable/9/sys/contrib/pf/ (props changed)
stable/9/sys/contrib/x86emu/ (props changed)
Modified: stable/9/sys/sparc64/include/cpu.h
==============================================================================
--- stable/9/sys/sparc64/include/cpu.h Wed Feb 1 21:14:07 2012 (r230887)
+++ stable/9/sys/sparc64/include/cpu.h Wed Feb 1 21:15:24 2012 (r230888)
@@ -53,8 +53,8 @@ extern char btext[];
extern char etext[];
void cheetah_init(u_int cpu_impl);
-void cpu_halt(void);
-void cpu_reset(void);
+void cpu_halt(void) __dead2;
+void cpu_reset(void) __dead2;
void fork_trampoline(void);
void swi_vm(void *v);
void zeus_init(u_int cpu_impl);
More information about the svn-src-stable-9
mailing list