summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2003-07-15 00:11:04 +0000
committerdavidxu <davidxu@FreeBSD.org>2003-07-15 00:11:04 +0000
commit720b97177fba58292dfcf0a9ccad52076cd53e76 (patch)
tree40e1059b7c5a576e4d0d3ffe7e80a2d03f42f945 /sys
parent5ecf206bdeaff7188680193fa691cc07690809e6 (diff)
downloadFreeBSD-src-720b97177fba58292dfcf0a9ccad52076cd53e76.zip
FreeBSD-src-720b97177fba58292dfcf0a9ccad52076cd53e76.tar.gz
Rename thread_siginfo to cpu_thread_siginfo.
Suggested by: jhb
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/machdep.c2
-rw-r--r--sys/amd64/amd64/machdep.c2
-rw-r--r--sys/i386/i386/machdep.c2
-rw-r--r--sys/pc98/i386/machdep.c2
-rw-r--r--sys/pc98/pc98/machdep.c2
-rw-r--r--sys/powerpc/aim/machdep.c2
-rw-r--r--sys/powerpc/powerpc/machdep.c2
-rw-r--r--sys/sparc64/sparc64/machdep.c2
-rw-r--r--sys/sys/proc.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index d0013a9..5bd7623 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -1465,7 +1465,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 005e10e..47094fd 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -303,7 +303,7 @@ sendsig(catcher, sig, mask, code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 4b0eeea..4e0b00f 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -634,7 +634,7 @@ sendsig(catcher, sig, mask, code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index dc46d20..9be31bc7 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -652,7 +652,7 @@ sendsig(catcher, sig, mask, code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index dc46d20..9be31bc7 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -652,7 +652,7 @@ sendsig(catcher, sig, mask, code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index e1f77dd..ddc2670 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -509,7 +509,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c
index e1f77dd..ddc2670 100644
--- a/sys/powerpc/powerpc/machdep.c
+++ b/sys/powerpc/powerpc/machdep.c
@@ -509,7 +509,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index fd7d7a4..aead2a4 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -492,7 +492,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
* Build siginfo_t for SA thread
*/
void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
{
struct proc *p;
struct thread *td;
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 02c2aac..966432e 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -893,6 +893,7 @@ void cpu_set_upcall_kse(struct thread *td, struct kse_upcall *ku);
void cpu_thread_clean(struct thread *);
void cpu_thread_exit(struct thread *);
void cpu_thread_setup(struct thread *td);
+void cpu_thread_siginfo(int sig, u_long code, siginfo_t *si);
void kse_reassign(struct kse *ke);
void kse_link(struct kse *ke, struct ksegrp *kg);
void kse_unlink(struct kse *ke);
@@ -929,7 +930,6 @@ void upcall_stash(struct kse_upcall *ke);
void thread_sanity_check(struct thread *td, char *);
void thread_stopped(struct proc *p);
void thread_switchout(struct thread *td);
-void thread_siginfo(int sig, u_long code, siginfo_t *si);
void thr_exit1(void);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud