From: Ingo Molnar Date: Wed, 28 Jan 2009 03:02:31 +0000 (+0100) Subject: x86, genapic: rename int_delivery_mode, et. al. X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8987a1093cc7a896137e264c24e04d4048e9f95;p=pandora-kernel.git x86, genapic: rename int_delivery_mode, et. al. int_delivery_mode is supposed to mean 'interrupt delivery mode', but it's quite a misnomer as 'int' we usually think of as an integer type ... The standard naming for such attributes is 'irq' - so rename the following fields and macros: int_delivery_mode => irq_delivery_mode INT_DELIVERY_MODE => IRQ_DELIVERY_MODE int_dest_mode => irq_dest_mode INT_DEST_MODE => IRQ_DEST_MODE Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed