Revision b8bba261e05bce1712231060f296001ddf8250ab authored by Linus Torvalds on 24 May 2006, 15:36:03 UTC, committed by Linus Torvalds on 24 May 2006, 15:36:03 UTC
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
  [PATCH] sky2: fix jumbo packet support
2 parent s 51c4032 + a1433ac
Raw File
sigcontext-ppc.h
#ifndef __UM_SIGCONTEXT_PPC_H
#define __UM_SIGCONTEXT_PPC_H

#define pt_regs sys_pt_regs

#include "asm/sigcontext-generic.h"

#undef pt_regs

#endif
back to top