[uClinux-dev] [PATCH] m68knommu: Coldfire QSPI platform support

2010-01-22 Thread Steven King
Hi Greg. Since Grant has added the coldfire-qspi driver to next-spi, here is the platform support for the parts that have qspi hardware. This sets up gpio to do the spi chip select using the default chip select pins; it should be trivial for boards that require different or additional spi chip

Re: [uClinux-dev] [PATCH] debug: add a gcc-2 compat tweak

2010-01-22 Thread Jamie Lokier
Mike Frysinger wrote: On Thursday 21 January 2010 20:21:31 Jamie Lokier wrote: Mike Frysinger wrote: GCC-2.x has a bug with empty arg expansion in macros. - fprintf(stderr, %s:%i: fmt, __func__, __LINE__, ## args); \ + fprintf(stderr, %s:%i: fmt, __func__, __LINE__ , ## args); \

Re: [uClinux-dev] Disk Cache overlaying Shared Memory?

2010-01-22 Thread John B Moore
After looking even deeper, it appears as though the shared memory page is getting properly marked as being mmapped when the shmat is called , but when shrink_active_list is called to clean up the pagecache in vmscan.c, the mmapped page still ends up getting freed. In shrink_active_list, it