Re: [PATCH] Prevent IDE boot ops on NUMA system in mainline

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linus Torvalds
Date: Monday, February 11, 2008 - 10:37 am

On Mon, 11 Feb 2008, Linus Torvalds wrote:

Or, we could just do the ugliest patch ever, namely

	-#define pcibus_to_node(node)   (-1)
	+#define pcibus_to_node(node)   ((int)(long)(node),-1)

Wow. It's so ugly it's almost wraps around and comes out the other sides 
and looks pretty.

		Linus
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Prevent IDE boot ops on NUMA system in mainline, Linus Torvalds, (Mon Feb 11, 10:33 am)
Re: [PATCH] Prevent IDE boot ops on NUMA system in mainline, Linus Torvalds, (Mon Feb 11, 10:37 am)
Re: [PATCH] Prevent IDE boot ops on NUMA system in mainline, Bartlomiej Zolnierki ..., (Mon Feb 11, 12:26 pm)