summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup - do not invent new synonyms. Use ST0_IE instead of new nameKanoj Sarcar2000-04-071-4/+2
* Port paccess.h from mips64. mips32 paccess.h differs from the original one inGleb O. Raiko2000-04-071-1/+43
* Last tweak before enabling intrs on slave cpus ... set their intr maskKanoj Sarcar2000-04-071-0/+2
* Clear the TS bit from the master's status register (don't know whyKanoj Sarcar2000-04-074-6/+22
* Initial attempt at seperating out per-cpu and per-hub code that needs toKanoj Sarcar2000-04-074-26/+94
* Beginning of a cleanupFlorian Lohoff2000-04-061-115/+134
* Make the initial status register setting code for slaves similar to theKanoj Sarcar2000-04-061-16/+19
* call rs_init to at least enable the serial ttys - Still no outputFlorian Lohoff2000-04-061-0/+1
* Fix early crash on SGI_IP22 due to not reserving kernelFlorian Lohoff2000-04-061-1/+22
* First fixes for SGI_PROM_CONSOLE - first commit - be nice :)Florian Lohoff2000-04-061-5/+4
* Create idle threads for the slave processors and put them in theirKanoj Sarcar2000-04-062-12/+78
* Fix UP compiles.Kanoj Sarcar2000-04-051-0/+7
* Oops, I had overwritten head.S completely with another C file. Fixing.Kanoj Sarcar2000-04-051-127/+92
* Try to launch all the slave cpus in the system. Currently, I _think_Kanoj Sarcar2000-04-053-82/+146
* o 32-bit ioctls (some at least)Ulf Carlsson2000-04-055-23/+793
* Record nasid/cnode/cpuslice in the per cpu data structure during boot up.Kanoj Sarcar2000-04-042-13/+32
* Added a few klconfig functions from IRIX. This triggered some house cleaning,Kanoj Sarcar2000-04-044-68/+122
* Rudimentary code to launch slave processors by the master processor.Kanoj Sarcar2000-04-041-1/+123
* Rudimentary sendintr() routine to send intrs to other cpus. This needs toKanoj Sarcar2000-04-011-0/+37
* save_and_cli and restore_flags ... not save_and_cli and __restore_flags ...Kanoj Sarcar2000-03-311-1/+1
* More placeholder stuff. Added pci_fixup_isp2x00() routine to set upLeo Dagum2000-03-301-2/+68
* Added pcibr_setup() routine to initialize some bridge registers differentLeo Dagum2000-03-301-1/+24
* Interrupts need to start at bit 7 in INT_PEND0 registers because bits [0..6]Leo Dagum2000-03-301-13/+44
* More DDB5074 updates.Ralf Baechle2000-03-293-15/+55
* DDB5074 updates. From Geert.Ralf Baechle2000-03-294-121/+169
* Makefile fixed for a crosscompiling environmentHarald Koerfgen2000-03-281-9/+9
* When saving syscalls also save a6 and a7. We may need them later forRalf Baechle2000-03-281-0/+2
* Set ST0_FR the right way.Ralf Baechle2000-03-281-3/+3
* Merge with Linux 2.3.99-pre3.Ralf Baechle2000-03-2759-736/+1240
* More random merges.Ralf Baechle2000-03-272-29/+23
* Use 16 FP registers as default.Ulf Carlsson2000-03-271-2/+2
* Fix strace for 4+ argumentsUlf Carlsson2000-03-271-2/+8
* Compile Origin bits only for Origin. Why are they in this file atRalf Baechle2000-03-271-1/+5
* Update.Ralf Baechle2000-03-271-0/+1
* Set CONFIG_FONT_8x16 when CONFIG_SGI_NEWPORT_CONSOLE is selected.Ralf Baechle2000-03-271-1/+3
* ip27-timer.c: The timer interrupt for SMP machines must do some extraKanoj Sarcar2000-03-272-1/+36
* Move things around ...Ralf Baechle2000-03-261-1/+3
* Fix another ARC lib user ...Ralf Baechle2000-03-261-4/+4
* Make compile again after the recent SMP changes.Ralf Baechle2000-03-262-12/+12
* Change some prototypes of the 32-bit ARC library to be same as inRalf Baechle2000-03-261-3/+5
* Update.Ralf Baechle2000-03-262-0/+2
* Set CONFIG_ARC32 for ARC / ARCS machines.Ralf Baechle2000-03-261-1/+8
* Mostly cosmetic changes.Kanoj Sarcar2000-03-261-13/+10
* ip27-irq.c, system.h: implement SMP intr on/off primitives similar to i386.Kanoj Sarcar2000-03-263-5/+200
* Make it compile again.Ralf Baechle2000-03-261-1/+2
* Cleanup a large number of random junk, nothing of importance.Ralf Baechle2000-03-259-103/+15
* Undo another braino ...Ralf Baechle2000-03-251-5/+7
* Minor memory accounting bug fixes to get cat /proc/meminfo and bootupKanoj Sarcar2000-03-251-2/+7
* Fix linux32.c compile problem after statfs32 support. Ulf please review.Kanoj Sarcar2000-03-241-1/+15
* o strace supportUlf Carlsson2000-03-242-5/+532