mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
parisc: space register variables need to be in native length (unsigned long)
Signed-off-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
52ab532ea7
commit
45b6eff2a6
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
|
|||
#if DEBUG_SIG
|
||||
/* Assert that we're flushing in the correct space... */
|
||||
{
|
||||
int sid;
|
||||
unsigned long sid;
|
||||
asm ("mfsp %%sr3,%0" : "=r" (sid));
|
||||
DBG(1,"setup_rt_frame: Flushing 64 bytes at space %#x offset %p\n",
|
||||
sid, frame->tramp);
|
||||
|
|
Loading…
Add table
Reference in a new issue