Linux PARISC architecture development
 help / color / mirror / Atom feed
* [PATCH] - Patch series for parisc
@ 2008-08-24 18:26 Helge Deller
  2008-08-24 18:33 ` [PATCH] compat_sys_ptrace conversions " Helge Deller
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Helge Deller @ 2008-08-24 18:26 UTC (permalink / raw)
  To: linux-parisc, Kyle McMartin

The following mails contain patches which I have sent to linux-parisc during 
the last weeks and which have not yet been applied.
I've cleaned them up for Linus' and Kyle's current trees.

Helge

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [PATCH] drop superfluous .align 16
@ 2008-07-08 20:06 Helge Deller
  2008-07-09 12:14 ` Carlos O'Donell
  0 siblings, 1 reply; 26+ messages in thread
From: Helge Deller @ 2008-07-08 20:06 UTC (permalink / raw)
  To: Kyle McMartin, linux-parisc; +Cc: Carlos O'Donell, Randolph Chung

This .align 16 is misplaced and should be in front of the ENTRY(lws_lock_start).
Works because of pure luck since we have a .align PAGE_SIZE before it instead.

Signed-off-by: Helge Deller <deller@gmx.de>

--- a/arch/parisc/kernel/syscall.S
+++ b/arch/parisc/kernel/syscall.S
@@ -640,7 +640,6 @@ END(sys_call_table64)
 	.align	PAGE_SIZE
 ENTRY(lws_lock_start)
 	/* lws locks */
-	.align 16
 	.rept 16
 	/* Keep locks aligned at 16-bytes */
 	.word 1

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2008-08-27 20:42 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-24 18:26 [PATCH] - Patch series for parisc Helge Deller
2008-08-24 18:33 ` [PATCH] compat_sys_ptrace conversions " Helge Deller
2008-08-25 16:52   ` Christoph Hellwig
2008-08-26 21:09     ` Roland McGrath
2008-08-25 17:11   ` Kyle McMartin
2008-08-25 17:49     ` Helge Deller
2008-08-26 20:03       ` Christoph Hellwig
2008-08-24 18:45 ` [PATCH] fix crash when trying to unwind user space Helge Deller
2008-08-24 18:51 ` [PATCH] drop superfluous .align 16 Helge Deller
2008-08-24 18:57   ` James Bottomley
2008-08-25 12:31     ` Helge Deller
2008-08-26  4:26       ` Grant Grundler
2008-08-26 12:42         ` Carlos O'Donell
2008-08-26 14:10           ` James Bottomley
2008-08-26 15:35             ` Carlos O'Donell
2008-08-24 19:04 ` [PATCH] ldcw inline assembler patch Helge Deller
2008-08-24 19:21 ` [PATCH] Change cpu_data[] and cpu_devices[] from array sized by NR_CPUS to per_cpu variables Helge Deller
2008-08-24 21:24   ` Helge Deller
2008-08-27  4:51     ` Grant Grundler
2008-08-27 20:42       ` Helge Deller
2008-08-24 19:49 ` [PATCH] - Patch series for parisc Helge Deller
  -- strict thread matches above, loose matches on Subject: below --
2008-07-08 20:06 [PATCH] drop superfluous .align 16 Helge Deller
2008-07-09 12:14 ` Carlos O'Donell
2008-07-09 19:50   ` Helge Deller
2008-07-09 20:22     ` Carlos O'Donell
2008-07-09 20:55       ` John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox