summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/math-emu/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-06-12 11:45:41 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-06-12 11:45:41 +0000
commit86a981e836404006efc35881ebf3d5ae36925e82 (patch)
treed7185569b1225372216a882c21942be1ab04ebe9 /arch/sparc64/math-emu/Makefile
parente7a2b839cb0075e1dcf6328a8afb507956e6ef9a (diff)
More interrupt handling changes for the Ocelot.master
Diffstat (limited to 'arch/sparc64/math-emu/Makefile')
0 files changed, 0 insertions, 0 deletions
t/?h=master&id=4eb414488b8e84070c6615072b64eddd7c62c91d'>%d versus %ld mess for pid_tUlf Carlsson2000-07-041-63/+63 | * Make pid_t int. Change printf()'s according to that. DeclareUlf Carlsson2000-07-048-16/+26 | | | | stuff. * flush_icache_page takes struct page * as argument as opposed toUlf Carlsson2000-07-042-2/+3 | | | | flush_cache_page that still takes unsigned long. * Various minor type fixes.Ulf Carlsson2000-07-044-7/+8 | * kmap() has to be a function since page_address(page) may do nothingUlf Carlsson2000-07-041-1/+5 | | | | else than return the page->virtual. * Merge with Linux 2.4.0-test3-pre2.Ralf Baechle2000-07-03253-2692/+7584 | * Same for MIPS64.Ulf Carlsson2000-07-021-1/+2 | * We have to clobber ``hi'' and ``lo'' in __udelay. Nasty bug.Ulf Carlsson2000-07-022-3/+5 | * Fix ZONE_DMA nonsense for Indy.Ralf Baechle2000-07-021-0/+4 | * Build SGI.Ulf Carlsson2000-07-021-1/+1 | * Truncate sign extension in oops.Ulf Carlsson2000-07-012-3/+8 | * Fix the oops messages.Ulf Carlsson2000-07-011-11/+11 | * Delete pte/pmd_free_kernel (unused), fix kptbl[] declaration, removeKanoj Sarcar2000-06-301-7/+1 | | | | silly check in pmd_alloc_kernel. * Check in an unmistakable warning for now when tlb invalid faults happenKanoj Sarcar2000-06-301-0/+7 | | | | | on vmalloc range. When we hit it, it will be fairly easy to fix and test the fix works. * Implement a functional vmalloc(). THe vmalloc range address translationsKanoj Sarcar2000-06-305-51/+77 | | | | | | | | are stashed in an array of page tables, starting from kptbl[]. The fast tlbmiss handler quickly checks to see if the faulting address is in the vmalloc range, and if so, it uses the translations in the kptbl to update the tlbs. Still to do: tlb invalid faults in the vmalloc range needs to be handled properly. * Tlb miss handling updates: need to fill in the processor id only onceKanoj Sarcar2000-06-293-4/+18 | | | | during bootup. * Fix compile error. DEC guys, nobody of you compiling this stuff orRalf Baechle2000-06-291-1/+1 | | | | why do random people from linux-kernel send me such patches??? * Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM whichKanoj Sarcar2000-06-274-0/+5 | | | | | might also be used by platforms with memory holes, but uniform access times). CONFIG_NUMA special code will probably make its way into generic kernel. * We don't need CONFIG_SGI for IP27 builds, specially when the SMP kernelKanoj Sarcar2000-06-273-3/+2 | | | | | does not even compile ... restoring the IP27 specific config files to their previous versions. * Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table,Kanoj Sarcar2000-06-274-63/+29 | | | | | | | distinct from invalid-pmd-table for use during pmd allocation failure (so as to differentiate pgd_bad and pgd_none). The bad page table must have invalid pte entries to catch any user references to the range of virtual addresses it covers. * Fix another minor typo - get the global/special page symbols to pointKanoj Sarcar2000-06-271-1/+1 | | | | to their rightful locations. * Cleanup CONFIG_SGI_IP35.Ralf Baechle2000-06-277-8/+7 | * Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation andKanoj Sarcar2000-06-264-14/+18 | | | | | initialization. Make sure to allocate only one page for the page table (prevent memory leaks), since only one page is freed up. * Fix compilation.Ralf Baechle2000-06-251-4/+5 | * Delete junkfile.Ralf Baechle2000-06-252-59/+0 | * Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-25