|
@@ -557,7 +557,7 @@ restore:
|
|
/*
|
|
/*
|
|
* Handle PTRACE_PEEKUSR calls for the debug register area.
|
|
* Handle PTRACE_PEEKUSR calls for the debug register area.
|
|
*/
|
|
*/
|
|
-unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n)
|
|
|
|
|
|
+static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n)
|
|
{
|
|
{
|
|
struct thread_struct *thread = &(tsk->thread);
|
|
struct thread_struct *thread = &(tsk->thread);
|
|
unsigned long val = 0;
|
|
unsigned long val = 0;
|