documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the example

Some minor edits for the kernel example.

(From yocto-docs rev: 01e9f01662efad746fbfc34820b6efeb34affecd)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-10-05 05:52:39 -07:00 committed by Richard Purdie
parent 51b3d9dd53
commit 4cca048ab8
1 changed files with 7 additions and 4 deletions

View File

@ -300,8 +300,7 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
void __cpuinit calibrate_delay(void) void __cpuinit calibrate_delay(void)
{ {
unsigned long ticks, loopbit; unsigned long lpj;
int lps_precision = LPS_PREC;
static bool printed; static bool printed;
if (preset_lpj) { if (preset_lpj) {
@ -317,8 +316,7 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
void __cpuinit calibrate_delay(void) void __cpuinit calibrate_delay(void)
{ {
unsigned long ticks, loopbit; unsigned long lpj;
int lps_precision = LPS_PREC;
static bool printed; static bool printed;
printk("*************************************\n"); printk("*************************************\n");
printk("* *\n"); printk("* *\n");
@ -459,6 +457,7 @@
<listitem><para>Be sure old images are cleaned out by running the <listitem><para>Be sure old images are cleaned out by running the
<filename>cleanall</filename> BitBake task as follows: <filename>cleanall</filename> BitBake task as follows:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ cd ~/poky
$ bitbake -c cleanall linux-yocto $ bitbake -c cleanall linux-yocto
</literallayout></para> </literallayout></para>
<para><note>Never remove any files by hand from the <filename>tmp/deploy</filename> <para><note>Never remove any files by hand from the <filename>tmp/deploy</filename>
@ -556,6 +555,8 @@
processor : 0 processor : 0
# #
</literallayout> </literallayout>
Logout of the emulator using the <filename>exit</filename> command and
then close it down.
</para> </para>
</section> </section>
@ -595,6 +596,8 @@
You can find it at <filename>Processor Type and Features</filename>. You can find it at <filename>Processor Type and Features</filename>.
The configuration selection is The configuration selection is
<filename>Symmetric Multi-processing Support</filename>. <filename>Symmetric Multi-processing Support</filename>.
After using the arrow keys to highlight this selection, press "y" to select it.
Then, exit out and save your selections.
</para> </para>
<para> <para>