[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180829063244.GA32392@infradead.org>
Date: Tue, 28 Aug 2018 23:32:44 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Sam Protsenko <semen.protsenko@...aro.org>
Cc: linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org,
codalist@...a.cs.cmu.edu, coda@...cmu.edu,
Jan Harkes <jaharkes@...cmu.edu>,
"James E.J. Bottomley" <jejb@...ux.vnet.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Praneeth Bajjuri <praneeth@...com>,
Paul Sokolovsky <paul.sokolovsky@...aro.org>,
Miklos Szeredi <mszeredi@...e.cz>,
Sumit Semwal <sumit.semwal@...aro.org>,
Ruslan Bilovol <ruslan.bilovol@...il.com>,
Andy Shevchenko <andy.shevchenko@...il.com>
Subject: Re: [PATCH 2/2] scsi: aic7xxx: Fix build using bare-metal toolchain
On Tue, Aug 28, 2018 at 05:24:21PM +0300, Sam Protsenko wrote:
> Bare-metal toolchains don't define __linux__, so aic7xxx build with
> bare-metal toolchain is broken. Let's check __KERNEL__ definition
> instead of __linux__ (as this code won't be build for user-space anyway)
> in order to fix that.
Please just drop the ifdefs entirely. The codebase used to be partially
shared with at least FreeBSD, but these days there is no point in
keeping the compatibility around.
Powered by blists - more mailing lists