Commit 4e7e1865 authored by Dave Jones's avatar Dave Jones

[PATCH] fix up broken comment delimiters.

parent 5886447d
...@@ -100,7 +100,7 @@ static int arc_floppy_cmdend_get_dma_residue(dmach_t channel, dma_t *dma) ...@@ -100,7 +100,7 @@ static int arc_floppy_cmdend_get_dma_residue(dmach_t channel, dma_t *dma)
/* 10/1/1999 DAG - Presume whether there is an outstanding command? */ /* 10/1/1999 DAG - Presume whether there is an outstanding command? */
extern unsigned int fdc1772_fdc_int_done; extern unsigned int fdc1772_fdc_int_done;
* Explicit! If the int done is 0 then 1 int to go */ /* Explicit! If the int done is 0 then 1 int to go */
return (fdc1772_fdc_int_done==0)?1:0; return (fdc1772_fdc_int_done==0)?1:0;
} }
......
...@@ -156,7 +156,7 @@ void __init smp_boot_cpus(void) ...@@ -156,7 +156,7 @@ void __init smp_boot_cpus(void)
sprintf(p->comm, "%s%d", "Idle", i); sprintf(p->comm, "%s%d", "Idle", i);
init_tasks[i] = p; init_tasks[i] = p;
p->processor = i; p->processor = i;
p->cpus_runnable = 1 << i; /* we schedule the first task manually * p->cpus_runnable = 1 << i; /* we schedule the first task manually */
del_from_runqueue(p); del_from_runqueue(p);
unhash_process(p); unhash_process(p);
/* Attach to the address space of init_task. */ /* Attach to the address space of init_task. */
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* Notes: * Notes:
* 1) the IEEE754 library (-le) performs the actual arithmetic; * 1) the IEEE754 library (-le) performs the actual arithmetic;
* 2) if you know that you won't have an fpu, then you'll get much * 2) if you know that you won't have an fpu, then you'll get much
* better performance by compiling with -msoft-float! */ * better performance by compiling with -msoft-float!
* *
* Nov 7, 2000 * Nov 7, 2000
* Massive changes to integrate with Linux kernel. * Massive changes to integrate with Linux kernel.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment