[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] BUG: at net/core/skbuff.c:380 __kfree_skb()
On Wed, December 3, 2008 12:39, Giulio Mazzoleni wrote:
> I tried changing the HZ value in include/asm/param.h (50 and 200),
> hoping my problem was similar to Terry's one, but I observed the same
> behaviour.
This is not necessary. Edit the following in .../arch/microblaze/Kconfig:
config NO_MMU
bool
depends on !MMU
default y
source "kernel/Kconfig.preempt"
config PREEMPT_TIMES
bool "Collect preemption latency times"
depends on PREEMPT
help
Allow collection for preemption latency times.
source "kernel/Kconfig.hz"
config XILINX_UNCACHED_SHADOW
bool "Are you using uncached shadow for RAM ?"
depends on !MMU
default y
help
This is needed to be able to allocate uncachable memory regions.
The feature requires the design to define the RAM memory controller window
to be twice as large as the actual physical memory.
regards,
Olof
--
Olof Backing
CAG Contactor AB Office: +46 (0)8 752 81 00
Finlandsgatan 14 Mobile: +46 (0)70 995 98 99
SE-164 74 KISTA Fax: +46 (0)8 752 05 30
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/