HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
kernel
/
arch
/
sparc64
/
src
/
smp
/
smp.c
@ 2014
– Rev 4490
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4490
5629 d 4 h
decky
/trunk/kernel/
remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)
3672
5809 d 3 h
jermar
/trunk/
Merge sparc branch to trunk.
3071
5994 d 8 h
decky
/trunk/kernel/
reflect changes in generic code
proper formatting directives
coding style
2462
6357 d 3 h
jermar
/trunk/kernel/
Replace gcc-specific __FUNCTION__ with C99 __func__.
suncc's xregs=no%float can be used only on sparc64.
2272
6405 d 5 h
jermar
/trunk/kernel/
Indentation and formatting fixes.
2089
6486 d 10 h
decky
/trunk/
huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
2071
6497 d 3 h
jermar
/trunk/
(c) versus (C)
1903
6609 d 3 h
jermar
/trunk/
SMP stuff for sparc64.
Almost complete except for IPIs.
The absence of IPI support deadlocks
the kernel when more CPUs are configured.