<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS &#x2013; //trunk/kernel/arch/mips32/src/smp/smp.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 20:30:14 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fkernel%2Farch%2Fmips32%2Fsrc%2Fsmp%2Fsmp.c&amp;max=40&amp;peg=3988</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Ftrunk%2Fkernel%2Farch%2Fmips32%2Fsrc%2Fsmp%2Fsmp.c&amp;peg=3988&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Tue, 17 Feb 2009 23:47:27 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3922 – make arch_pre_main optional, don&apos;t force any specific prototype simplify boot ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 26 file(s) modified&lt;/strong&gt;&lt;br/&gt;make arch_pre_main optional, don&apos;t force any specific prototype&lt;br /&gt;
simplify boot process&lt;br /&gt;
mips32: detect number of configured CPUs in msim&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/asm.h&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/boot.S&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/main.c&lt;br /&gt;~ /trunk/boot/arch/arm32/loader/main.h&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/asm.h&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/boot.S&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/main.c&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/main.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/include/asm/boot.h&lt;br /&gt;x /trunk/kernel/arch/arm32/include/boot.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/arm32.c&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/start.S&lt;br /&gt;~ /trunk/kernel/arch/ia64/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/asm/boot.h&lt;br /&gt;x /trunk/kernel/arch/mips32/include/boot.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/start.S&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/boot/boot.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/boot/boot.S&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/arch.h&lt;br /&gt;~ /trunk/kernel/generic/include/arch.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fkernel%2Farch%2Fmips32%2Fsrc%2Fsmp%2Fsmp.c&amp;rev=3922&amp;peg=3988</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fkernel%2Farch%2Fmips32%2Fsrc%2Fsmp%2Fsmp.c&amp;rev=3922&amp;peg=3988</guid></item>
<item><pubDate>Tue, 17 Feb 2009 15:09:31 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3913 – mips32: basic SMP support</title><description>&lt;div&gt;&lt;strong&gt;decky – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;mips32: basic SMP support&lt;/div&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/asm.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/atomic.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/cpu.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/include/interrupt.h&lt;br /&gt;+ /trunk/kernel/arch/mips32/include/smp/dorder.h &lt;i&gt;(copied from /trunk/kernel/arch/mips32/include/smp/order.h@3911)&lt;/i&gt;&lt;br /&gt;x /trunk/kernel/arch/mips32/include/smp/order.h&lt;br /&gt;~ /trunk/kernel/arch/mips32/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/asm.S&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/debugger.c&lt;br /&gt;x /trunk/kernel/arch/mips32/src/dummy.S&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/interrupt.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mm/tlb.c&lt;br /&gt;+ /trunk/kernel/arch/mips32/src/smp/dorder.c &lt;i&gt;(copied from /trunk/kernel/arch/mips32/src/smp/order.c@3911)&lt;/i&gt;&lt;br /&gt;x /trunk/kernel/arch/mips32/src/smp/order.c&lt;br /&gt;+ /trunk/kernel/arch/mips32/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/_link.ld.in&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fkernel%2Farch%2Fmips32%2Fsrc%2Fsmp%2Fsmp.c&amp;rev=3913&amp;peg=3988</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fkernel%2Farch%2Fmips32%2Fsrc%2Fsmp%2Fsmp.c&amp;rev=3913&amp;peg=3988</guid></item>
</channel></rss>