From: Tony Lindgren Date: Tue, 9 Mar 2010 22:59:48 +0000 (-0800) Subject: arm: Allow mounting root on omaps with CPU_V6 and CPU_V7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511126507f2c045fd540345022a86383aeb9700e;p=pandora-kernel.git arm: Allow mounting root on omaps with CPU_V6 and CPU_V7 To mount root, we need to disable VFPv3 and HAS_TLS_REG. Otherwise we'll get something like this for CPUv3: Freeing init memory: 184K Internal error: Oops - undefined instruction: 0 [#1] last sysfs file: Modules linked in: CPU: 0 Not tainted (2.6.33-rc8-07824-gf2e1d91-dirty #36) PC is at no_old_VFP_process+0x8/0x3c LR is at __und_usr_unknown+0x0/0x14 ... Or the system just hangs if HAS_TLS_REG is set. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed