Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932152AbVJZKG1 (ORCPT ); Wed, 26 Oct 2005 06:06:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751482AbVJZKG1 (ORCPT ); Wed, 26 Oct 2005 06:06:27 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:25778 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S1751339AbVJZKG0 (ORCPT ); Wed, 26 Oct 2005 06:06:26 -0400 Date: Wed, 26 Oct 2005 11:06:23 +0100 From: Al Viro To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: [PATCH] fix alpha breakage Message-ID: <20051026100623.GP7992@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 22 barrier.h uses barrier() in non-SMP case. And doesn't include compiler.h. Signed-off-by: Al Viro ---- diff -urN RC14-rc5-git5-base/include/asm-alpha/barrier.h current/include/asm-alpha/barrier.h --- RC14-rc5-git5-base/include/asm-alpha/barrier.h 2005-10-26 01:00:39.000000000 -0400 +++ current/include/asm-alpha/barrier.h 2005-10-26 03:38:24.000000000 -0400 @@ -1,6 +1,8 @@ #ifndef __BARRIER_H #define __BARRIER_H +#include + #define mb() \ __asm__ __volatile__("mb": : :"memory") - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/