File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414#define dma_outb outb
1515#define dma_inb inb
1616
17+ extern unsigned long pcxl_dma_start ;
18+
1719/*
1820** DMA_CHUNK_SIZE is used by the SCSI mid-layer to break up
1921** (or rather not merge) DMAs into manageable chunks.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static struct proc_dir_entry * proc_gsc_root __read_mostly = NULL;
3939static unsigned long pcxl_used_bytes __read_mostly ;
4040static unsigned long pcxl_used_pages __read_mostly ;
4141
42- extern unsigned long pcxl_dma_start ; /* Start of pcxl dma mapping area */
42+ unsigned long pcxl_dma_start __ro_after_init ; /* pcxl dma mapping area start */
4343static DEFINE_SPINLOCK (pcxl_res_lock );
4444static char * pcxl_res_map ;
4545static int pcxl_res_hint ;
Original file line number Diff line number Diff line change @@ -523,10 +523,6 @@ void mark_rodata_ro(void)
523523void * parisc_vmalloc_start __ro_after_init ;
524524EXPORT_SYMBOL (parisc_vmalloc_start );
525525
526- #ifdef CONFIG_PA11
527- unsigned long pcxl_dma_start __ro_after_init ;
528- #endif
529-
530526void __init mem_init (void )
531527{
532528 /* Do sanity checks on IPC (compat) structures */
You can’t perform that action at this time.
0 commit comments