https://github.com/torvalds/linux
Revision 32020effaf713c0c669864301bcd5dac6b9bb9e0 authored by Chris Metcalf on 13 August 2010, 12:32:21 UTC, committed by Chris Metcalf on 13 August 2010, 12:32:21 UTC
First, the siginfo preamble wasn't quite right; we need to indicate
that we are padding up to 4 ints of preamble for 64-bit code, and
then for compat mode we need to pad differently, using only 3 ints.

Second, the C ABI requires a save area of two registers, not two
pointers, since in compat mode we have 64-bit registers all of which
we need to save, even though we only have 32-bit VAs.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
1 parent 749dc6f
History
Tip revision: 32020effaf713c0c669864301bcd5dac6b9bb9e0 authored by Chris Metcalf on 13 August 2010, 12:32:21 UTC
arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.
Tip revision: 32020ef
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 171.7 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top