* Eric Biederman ebiederm@users.sourceforge.net [041115 11:46]:
Modified Files: coherent_ht.c Log Message:
- optimize_link_read_pointers compiles now on the solo so don't disable it.
The problem was actually not htat it did not compile, but that it made linuxbios hang on the hardware. Did you verify that it does not do this anymore with optimize_link_read_pointers()?
I cannot verify this since I don't have access to test hardware anymore.
--- coherent_ht.c 15 Nov 2004 10:46:43 -0000 1.30 *** 643,651 **** coherent_ht_finalize(result.nodes); result.needs_reset = apply_cpu_errata_fixes(result.nodes, result.needs_reset);
- #if CONFIG_MAX_CPUS > 1 /* Why doesn't this work on the solo? */ result.needs_reset = optimize_link_read_pointers(result.nodes, result.needs_reset);
- #endif
- return result.needs_reset;