From mboxrd@z Thu Jan 1 00:00:00 1970 From: danielfsantos@att.net Subject: [PATCH v7 0/9] Cleanup & new features for compiler*.h and bug.h Date: Tue, 1 Jan 2013 15:08:02 -0600 Message-ID: <1357074491-21669-1-git-send-email-daniel.santos@pobox.com> References: <1348874411-28288-1-git-send-email-daniel.santos@pobox.com> Return-path: In-Reply-To: <1348874411-28288-1-git-send-email-daniel.santos@pobox.com> Sender: linux-kernel-owner@vger.kernel.org To: LKML , Andi Kleen , Andrea Arcangeli , Andrew Morton , Borislav Petkov , Christopher Li , David Daney , David Rientjes , Joe Perches , Josh Triplett , linux-sparse@vger.kernel.org, Michel Lespinasse , Paul Gortmaker , Peter Zijlstra , Steven Rostedt Cc: Daniel Santos List-Id: linux-sparse@vger.kernel.org include/linux/bug.h | 47 ++++++++++++++++++++++------------------ include/linux/compiler-gcc.h | 3 ++ include/linux/compiler-gcc3.h | 8 +++--- include/linux/compiler-gcc4.h | 36 +++++++++++++++--------------- include/linux/compiler.h | 32 +++++++++++++++++++++++++-- 5 files changed, 80 insertions(+), 46 deletions(-) This version just rebases against today's -next and with a slight modification to CONFIG_ARCH_USE_BUILTIN_BSWAP code in in compiler-gcc4.h.