History log of /xv6-public/mp.h (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: xv6-rev11, xv6-rev9, xv6-rev8
# 74c77da6 29-Aug-2014 Frans Kaashoek <kaashoek@mit.edu>

Nice layout for a printout of the code


Revision tags: xv6-rev7, osdi12-submit, xv6-rev6, xv6-rev5, xv6-2010, xv6-rev4, xv6-rev3, xv6-2008, xv6-2007, xv6-rev1
# 99b11b6c 27-Aug-2007 rsc <rsc>

Simplify MP hardware code.
Mainly delete unused constants and code.

Move mp_startthem to main.c as bootothers.


Revision tags: symlinks, xv6-2006, xv6-rev0
# 0cfc7290 06-Sep-2006 rsc <rsc>

wrap long lines


# f5527388 06-Sep-2006 rsc <rsc>

no /* */ comments


# 9e9bcaf1 06-Sep-2006 rsc <rsc>

standardize various * conventions


# a650c606 06-Sep-2006 rsc <rsc>

spacing fixes: no tabs, 2-space indents (for rtm)


# 801affcd 03-Sep-2006 kaashoek <kaashoek>

centralize credits


# 29270816 20-Jul-2006 rtm <rtm>

uint32_t -> uint &c


# b5f17007 17-Jul-2006 rsc <rsc>

standarize on unix-like lowercase struct names


# bd303ed0 28-Jun-2006 kaashoek <kaashoek>

timer interrupts


# 21a88fd4 22-Jun-2006 kaashoek <kaashoek>

checkpoint. booting second processor. stack is messed up, but thanks to cliff
and plan 9 code, at least boots and gets into C code.


# 7baa34a4 21-Jun-2006 kaashoek <kaashoek>

start on MP; detect MP configuration