GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / sys-ppc / sysrq.c
blobaeabf72faccf0de6b2e1d8ee9d068986071f4b40
1 /*
2 * Copyright (C) 2001 Chris Emerson (cemerson@chiark.greenend.org.uk)
3 * Licensed under the GPL
4 */
6 #include "linux/kernel.h"
7 #include "linux/smp.h"
8 #include "asm/ptrace.h"
9 #include "sysrq.h"
11 void show_regs(struct pt_regs_subarch *regs)
13 printk("\n");
14 printk("show_regs(): insert regs here.\n");
16 show_trace(current, &regs->gpr[1]);