~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/cris/arch-v32/kernel/ptrace.c

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include <asm/uaccess.h>
16
16
#include <asm/page.h>
17
17
#include <asm/pgtable.h>
18
 
#include <asm/system.h>
19
18
#include <asm/processor.h>
20
19
#include <arch/hwregs/supp_reg.h>
21
20
 
115
114
void
116
115
ptrace_disable(struct task_struct *child)
117
116
{
118
 
        unsigned long tmp;
119
 
 
120
117
        /* Deconfigure SPC and S-bit. */
121
118
        user_disable_single_step(child);
122
119
        put_reg(child, PT_SPC, 0);