Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4e7e1865
Commit
4e7e1865
authored
Apr 02, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix up broken comment delimiters.
parent
5886447d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
arch/arm/mach-arc/dma.c
arch/arm/mach-arc/dma.c
+1
-1
arch/mips/kernel/smp.c
arch/mips/kernel/smp.c
+1
-1
arch/mips64/math-emu/cp1emu.c
arch/mips64/math-emu/cp1emu.c
+1
-1
No files found.
arch/arm/mach-arc/dma.c
View file @
4e7e1865
...
@@ -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
;
}
}
...
...
arch/mips/kernel/smp.c
View file @
4e7e1865
...
@@ -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. */
...
...
arch/mips64/math-emu/cp1emu.c
View file @
4e7e1865
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment