[no subject]

2014-02-05 Thread Western Union Office ©
Congratulation !! Confirm your 500,000,00 Euros. Contact claims office via : claimsoffic...@yeah.net -- To unsubscribe from this list: send the line unsubscribe linux-m68k in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [GIT PULL] tree-wide: clean up no longer required #include linux/init.h

2014-02-05 Thread Paul Gortmaker
[Re: [GIT PULL] tree-wide: clean up no longer required #include linux/init.h] On 05/02/2014 (Wed 07:41) Ingo Molnar wrote: * Stephen Rothwell s...@canb.auug.org.au wrote: Hi Ingo, On Wed, 5 Feb 2014 07:06:33 +0100 Ingo Molnar mi...@kernel.org wrote: So, if you meant Linus to

Re: [PATCH 2/3] m68k: Switch to asm-generic/barrier.h

2014-02-05 Thread Finn Thain
On Wed, 5 Feb 2014, Geert Uytterhoeven wrote: #define barrier() __asm__ __volatile__(: : :memory) I.e. it prevents gcc from: 1. Reordering instructions due to the volatile, 2. Caching data in registers due to the memory. nop() still has the former, while the volatile casting in