public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i386: don't consider regparm EXPERIMENTAL anymore
@ 2006-05-20  2:53 Chris Wedgwood
  2006-05-20  9:06 ` Christoph Hellwig
  2006-05-29 19:03 ` [PATCH] i386: don't consider regparm EXPERIMENTAL anymore Adrian Bunk
  0 siblings, 2 replies; 11+ messages in thread
From: Chris Wedgwood @ 2006-05-20  2:53 UTC (permalink / raw)
  To: LKML; +Cc: Linus Torvalds

  [This might be a tad premature given recent tail-call fixups?]

---

Drop EXPERIMENTAL status from REGPARM as a lot of people seem to use
it and it seems to be pretty stable these days.


Signed-off-by: Chris Wedgwood <cw@f00f.org>

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 5b1a7d4..2b8657d 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -660,8 +660,7 @@ config BOOT_IOREMAP
 	default y
 
 config REGPARM
-	bool "Use register arguments (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	bool "Use register arguments"
 	default n
 	help
 	Compile the kernel with -mregparm=3. This uses a different ABI

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

end of thread, other threads:[~2006-05-29 19:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-20  2:53 [PATCH] i386: don't consider regparm EXPERIMENTAL anymore Chris Wedgwood
2006-05-20  9:06 ` Christoph Hellwig
2006-05-20 20:13   ` [PATCH] i386: kill CONFIG_REGPARM completely Chris Wedgwood
2006-05-20 21:07     ` Chris Wedgwood
2006-05-20 21:20     ` [RFC PATCH (take #2)] " Chris Wedgwood
2006-05-20 22:00       ` Matheus Izvekov
2006-05-20 23:24         ` Chris Wedgwood
2006-05-22 11:47         ` linux-os (Dick Johnson)
2006-05-23  7:55           ` Helge Hafting
2006-05-24 20:36           ` H. Peter Anvin
2006-05-29 19:03 ` [PATCH] i386: don't consider regparm EXPERIMENTAL anymore Adrian Bunk

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