On Fri, Jan 7, 2011 at 4:30 PM, <omalleys@msu.edu> wrote:
for points of reference.. qemu f12 with a different kernel and the default gurplug install
[..snip..]

Another point of reference: BeagleBoard-xM running the F12 rootfs, right after a reboot:

[root@fedora-arm tmp]# cat /proc/cpu/alignment
User:           0
System:         48
Skipped:        0
Half:           0
Word:           0
DWord:          0
Multi:          48
User faults:    0 (ignored)
[root@fedora-arm tmp]# ./x
0x65646362
[root@fedora-arm tmp]# cat /proc/cpu/alignment
User:           0
System:         48
Skipped:        0
Half:           0
Word:           0
DWord:          0
Multi:          48
User faults:    0 (ignored)
[root@fedora-arm tmp]# uname -a
Linux fedora-arm 2.6.32 #2 PREEMPT Wed Sep 22 02:10:18 EDT 2010 armv7l armv7l armv7l GNU/Linux
[root@fedora-arm tmp]# gcc --version
gcc (GCC) 4.4.2 20091019 (Red Hat 4.4.2-5)
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@fedora-arm tmp]#


(User faults was set to 2 by default, I switched it to 0 for the test.)

Rich