From: Steve Magnani Date: Mon, 18 May 2009 01:32:07 +0000 (-0500) Subject: microblaze: Guard __HAVE_ARCH macros with __KERNEL__ in string.h X-Git-Tag: v2.6.31-rc1~360^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3d4e1d16a19f8462beb5bfe5f2c464770e795e;p=pandora-kernel.git microblaze: Guard __HAVE_ARCH macros with __KERNEL__ in string.h A polarity reversal in the __KERNEL__ guard prevents the __HAVE_ARCH flags from being defined in kernel compilation. I noticed that there's now an option for assembly-optimized versions of memcpy and memmove. I believe this may be buggy; when I turn it on, all my printk output gets smashed together, as if the newlines aren't getting copied. Signed-off-by: Steven J. Magnani Signed-off-by: Michal Simek --- Reading git-diff-tree failed