dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/c6x/include/asm
Mark Salter 4cd7c0a03e C6X: fix KSTK_EIP and KSTK_ESP macros
There was a latent typo in the C6X KSTK_EIP and KSTK_ESP macros which
caused a problem with a new patch which used them. The broken definitions
were of the form:

  #define KSTK_FOO(tsk) (task_pt_regs(task)->foo)

Note the use of task vs tsk. This actually worked before because the
only place in the kernel which used these macros passed in a local
pointer named task.

Signed-off-by: Mark Salter <msalter@redhat.com>
2012-03-07 11:28:22 -05:00
..
Kbuild
asm-offsets.h C6X: headers 2011-10-06 19:48:20 -04:00
bitops.h C6X: headers 2011-10-06 19:48:20 -04:00
byteorder.h C6X: headers 2011-10-06 19:48:20 -04:00
cache.h C6X: cache control 2011-10-06 19:48:10 -04:00
cacheflush.h C6X: cache control 2011-10-06 19:48:10 -04:00
checksum.h C6X: library code 2011-10-06 19:48:23 -04:00
clkdev.h C6X: clocks 2011-10-06 19:48:07 -04:00
clock.h C6X: clocks 2011-10-06 19:48:07 -04:00
delay.h C6X: headers 2011-10-06 19:48:20 -04:00
dma-mapping.h
dscr.h C6X: DSCR - Device State Configuration Registers 2011-10-06 19:48:36 -04:00
elf.h C6X: headers 2011-10-06 19:48:20 -04:00
ftrace.h C6X: headers 2011-10-06 19:48:20 -04:00
hardirq.h C6X: interrupt handling 2011-10-06 19:47:54 -04:00
irq.h C6X: interrupt handling 2011-10-06 19:47:54 -04:00
irqflags.h C6X: interrupt handling 2011-10-06 19:47:54 -04:00
linkage.h C6X: headers 2011-10-06 19:48:20 -04:00
megamod-pic.h C6X: interrupt handling 2011-10-06 19:47:54 -04:00
mmu.h C6X: headers 2011-10-06 19:48:20 -04:00
module.h C6X: loadable module support 2011-10-06 19:48:13 -04:00
mutex.h C6X: headers 2011-10-06 19:48:20 -04:00
page.h C6X: headers 2011-10-06 19:48:20 -04:00
pgtable.h C6X: headers 2011-10-06 19:48:20 -04:00
processor.h C6X: fix KSTK_EIP and KSTK_ESP macros 2012-03-07 11:28:22 -05:00
procinfo.h C6X: headers 2011-10-06 19:48:20 -04:00
prom.h C6X: headers 2011-10-06 19:48:20 -04:00
ptrace.h C6X: ptrace support 2011-10-06 19:48:17 -04:00
sections.h C6X: headers 2011-10-06 19:48:20 -04:00
setup.h C6X: headers 2011-10-06 19:48:20 -04:00
sigcontext.h C6X: signal management 2011-10-06 19:47:46 -04:00
signal.h C6X: signal management 2011-10-06 19:47:46 -04:00
soc.h C6X: general SoC support 2011-10-06 19:48:26 -04:00
string.h C6X: headers 2011-10-06 19:48:20 -04:00
swab.h C6X: headers 2011-10-06 19:48:20 -04:00
syscall.h C6X: headers 2011-10-06 19:48:20 -04:00
syscalls.h C6X: syscalls 2011-10-06 19:47:58 -04:00
system.h C6X: headers 2011-10-06 19:48:20 -04:00
thread_info.h C6X: process management 2011-10-06 19:47:40 -04:00
timer64.h C6X: time management 2011-10-06 19:47:51 -04:00
timex.h C6X: time management 2011-10-06 19:47:51 -04:00
tlb.h C6X: headers 2011-10-06 19:48:20 -04:00
traps.h C6X: build infrastructure 2011-10-06 19:48:02 -04:00
uaccess.h C6X: headers 2011-10-06 19:48:20 -04:00
unaligned.h C6X: headers 2011-10-06 19:48:20 -04:00
unistd.h C6X: syscalls 2011-10-06 19:47:58 -04:00