| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [-queue] arch/mips/kernel/linux32.c:304: error: implicit declaration of function 'lock_kernel' |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 04 Nov 2009 13:59:09 +0800 |
| Cc: | linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :content-type:organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=4+9wjNcALbJgNrRWWyl0BTpbTMtMbodJH4CMMT7Tu7A=; b=lzh7M4cWsgGqHTTDBOrI+BcC9qhvZNv5c6tVTdagT+UggzCwm0YQiyRbssUtTFZaXG /iM3x4YqHEGvZcYo2IyFNb1RrqgFN0X6C5o3AQmZb6A8hsCf7OkK76ehyWCCGoxSbnpw bHKYdZlpgrdJp+NMLBal+SMbsZFc7l1sm85ws= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:content-type:organization:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=nb/iCqS4EoqGFuMvvR6gj6ervviRAZi+dyz1A+z4fx6310b0aTS8TTrUpA+R90/oKK lb3BWv7LgdlwjRng11ZGSpi9ncho9UCKINVNolNsgBakO4VCReL9L2RDq2aYq+xrwQtG EhJ9kRgkkN9zc17ojwVnuH3Nsk2gdb3n0cNT0= |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi, Ralf
When I compile the queue branch of your -queue git repo, meet this
error:
arch/mips/kernel/linux32.c: In function 'SYSC_32_sysctl':
arch/mips/kernel/linux32.c:304: error: implicit declaration of function
'lock_kernel'
arch/mips/kernel/linux32.c:307: error: implicit declaration of function
'unlock_kernel'
and found you have removed this <linux/smp_lock.h> header file in
linux32.c in this commit:
commit 0adcf22332d4da33629568fd14e00069cbf002e6
Author: Ralf Baechle <ralf@linux-mips.org>
Date: Tue Nov 3 23:06:18 2009 +0100
MIPS: Don't include <linux/smp_lock.h> unnecessarily.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
:100644 100644 938b1d0... 3676660... M
arch/mips/basler/excite/excite_iodev.c
:100644 100644 b77fefa... 07cc39e... M arch/mips/kernel/linux32.c
:100644 100644 364f066... dcaed1b... M arch/mips/kernel/rtlx.c
:100644 100644 6047752... 2bd2151... M arch/mips/kernel/vpe.c
:100644 100644 15ea778... ed2453e... M
arch/mips/sibyte/common/sb_tbprof.c
So, revert it for linux32.c?
Regards,
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: why we use multu to implement udelay, loody |
|---|---|
| Next by Date: | Re: [-queue] arch/mips/kernel/linux32.c:304: error: implicit declaration of function 'lock_kernel', Ralf Baechle |
| Previous by Thread: | Re: [PATCH 1/2] alchemy: add au1000-eth platform device, Florian Fainelli |
| Next by Thread: | Re: [-queue] arch/mips/kernel/linux32.c:304: error: implicit declaration of function 'lock_kernel', Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |