From 0508a4fc7d14e506fec6318d6e041f6ae21204d8 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 23 Jun 2006 02:05:01 -0700 Subject: [PATCH] --- yaml --- r: 29021 b: refs/heads/master c: de290166552a037234bca44ed4bcbf4a4e9f5be9 h: refs/heads/master i: 29019: eaeb1b1bd5eb5dbb20e9d33d59254ecfe41d76e8 v: v3 --- [refs] | 2 +- trunk/include/asm-m68knommu/ptrace.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9b6d17e2694d..8670821653ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d94af931af42152e34539dd4782b1724084a89fb +refs/heads/master: de290166552a037234bca44ed4bcbf4a4e9f5be9 diff --git a/trunk/include/asm-m68knommu/ptrace.h b/trunk/include/asm-m68knommu/ptrace.h index f65bd90749e6..1e19c457de7d 100644 --- a/trunk/include/asm-m68knommu/ptrace.h +++ b/trunk/include/asm-m68knommu/ptrace.h @@ -70,7 +70,7 @@ struct switch_stack { /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ #define PTRACE_GETREGS 12 #define PTRACE_SETREGS 13 -#ifdef COFNIG_FPU +#ifdef CONFIG_FPU #define PTRACE_GETFPREGS 14 #define PTRACE_SETFPREGS 15 #endif