login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
8
Re: blackfin compile error
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Bryan Wu
Subject:
Re: blackfin compile error
Date: Friday, February 8, 2008 - 11:53 am
On Feb 8, 2008 1:25 PM, Mike Frysinger <vapier.adi@gmail.com> wrote:
quoted text
> > On Feb 6, 2008 2:12 PM, Robin Getz <rgetz@blackfin.uclinux.org> wrote: > > On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > > > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773 broke blackfin: > > > > > > > > <-- snip --> > > > > > > > > ... > > > > CC mm/vmscan.o > > > > In file included from > > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/mm/vmscan.c:44: > > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/swapops.h: In function 'is_swap_pte': > > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/swapops.h:48: error: implicit declaration of function 'pte_none' > > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/swapops.h:48: error: implicit declaration of function 'pte_present' > > > > make[2]: *** [mm/vmscan.o] Error 1 > > > > > > This suggests that no one's tried to compile -mm on Blackfin since > > > before September, I think. > > > > Or any other nommu arch's either, since looking at the include files, FRV > > (when configured as noMMU) and m68knommu does not include it either... > > > > > Is there somewhere more appropriate to move it? I can't find one. > > > Failing that, we can wrap it in CONFIG_MMU, I suppose. > > > > Or just add to the the following: > > > > ./include/asm-blackfin > > ./include/asm-frv/ (only when configured as !MMU) > > ./include/asm-h8300 > > ./include/asm-m68knommu > > ./include/asm-v850 > > > > Others seem to have it in include/asm-xxxxx/pgtable.h as #define, inline > > function, or extern. > > looks like only MMU code currently uses the function, but to keep > things nice, we may want something like: > static inline int is_swap_pte(pte_t pte) > { > #ifdef CONFIG_MMU > return !pte_none(pte) && !pte_present(pte) && !pte_file(pte); > #else > return 0; > #endif > } > > the header is also lacking an #include <asm/pgtable.h> at the top ... > -mike >
Did you submit a patch to mainline? It should be merged to fix this compiling error. Thanks a lot -Bryan --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
blackfin compile error
, Adrian Bunk
, (Wed Feb 6, 8:18 am)
Re: blackfin compile error
, Matt Mackall
, (Wed Feb 6, 9:23 am)
Re: blackfin compile error
, Robin Getz
, (Wed Feb 6, 12:12 pm)
Re: blackfin compile error
, Andrew Morton
, (Wed Feb 6, 12:37 pm)
Re: blackfin compile error
, Bryan Wu
, (Thu Feb 7, 12:26 am)
Re: blackfin compile error
, Mike Frysinger
, (Thu Feb 7, 9:03 am)
Re: blackfin compile error
, Bryan Wu
, (Thu Feb 7, 12:37 pm)
Re: blackfin compile error
, Mike Frysinger
, (Thu Feb 7, 1:31 pm)
Re: blackfin compile error
, Robin Getz
, (Thu Feb 7, 2:32 pm)
Re: blackfin compile error
, Mike Frysinger
, (Thu Feb 7, 10:25 pm)
Re: blackfin compile error
, Bryan Wu
, (Fri Feb 8, 11:53 am)
Re: blackfin compile error
, Mike Frysinger
, (Fri Feb 8, 1:04 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate