summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/fixmap.h
Commit message (Collapse)AuthorAgeFilesLines
* parisc: rename parisc's vmalloc_start to parisc_vmalloc_startHelge Deller2009-09-271-2/+2
| | | | | | | | | | | | | | | | | building kernel 2.6.32(pre), gives this compiler warning: /linus-linux-2.6/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /linus-linux-2.6/mm/vmalloc.c:2104: warning: 'vmalloc_start' is used uninitialized in this function The reason is, that the code in mm/vmalloc defines a local variable called vmalloc_start, which is already defined as global variable in parisc's code. To avoid this kind of problems in future, I suggest to rename the parisc variable to parisc_vmalloc_start. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
* parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin2008-10-101-0/+30
OpenPOWER on IntegriCloud