From: Cliff Wickman Date: Fri, 11 Dec 2009 17:36:18 +0000 (-0600) Subject: x86: Fix duplicated UV BAU interrupt vector X-Git-Tag: v2.6.33-rc1~277^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d865fb728bd6bbcdfbd6ec1e2b8ade3b4805641;p=pandora-kernel.git x86: Fix duplicated UV BAU interrupt vector Interrupt vector 0xec has been doubly defined in irq_vectors.h It seems arbitrary whether LOCAL_PENDING_VECTOR or UV_BAU_MESSAGE is the higher number. As long as they are unique. If they are not unique we'll hit a BUG in alloc_system_vector(). Signed-off-by: Cliff Wickman Cc: LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed