setup.c (a34a9b9682a5a9de53386ed0872c7d38ca9d6b38) | setup.c (c1f59375b3782f478ac2c488889abdc00dd8e25f) |
---|---|
1/* 2 * Initial setup-routines for HP 9000 based hardware. 3 * 4 * Copyright (C) 1991, 1992, 1995 Linus Torvalds 5 * Modifications for PA-RISC (C) 1999 Helge Deller <deller@gmx.de> 6 * Modifications copyright 1999 SuSE GmbH (Philipp Rumpf) 7 * Modifications copyright 2000 Martin K. Petersen <mkp@mkp.net> 8 * Modifications copyright 2000 Philipp Rumpf <prumpf@tux.org> --- 88 unchanged lines hidden (view full) --- 97 panic( "PA-RISC Linux currently only supports machines that conform to\n" 98 "the PA-RISC 1.1 or 2.0 architecture specification.\n"); 99 100 case pcxl2: 101 pa7300lc_init(); 102 case pcxl: /* falls through */ 103 case pcxs: 104 case pcxt: | 1/* 2 * Initial setup-routines for HP 9000 based hardware. 3 * 4 * Copyright (C) 1991, 1992, 1995 Linus Torvalds 5 * Modifications for PA-RISC (C) 1999 Helge Deller <deller@gmx.de> 6 * Modifications copyright 1999 SuSE GmbH (Philipp Rumpf) 7 * Modifications copyright 2000 Martin K. Petersen <mkp@mkp.net> 8 * Modifications copyright 2000 Philipp Rumpf <prumpf@tux.org> --- 88 unchanged lines hidden (view full) --- 97 panic( "PA-RISC Linux currently only supports machines that conform to\n" 98 "the PA-RISC 1.1 or 2.0 architecture specification.\n"); 99 100 case pcxl2: 101 pa7300lc_init(); 102 case pcxl: /* falls through */ 103 case pcxs: 104 case pcxt: |
105 hppa_dma_ops = &pa11_dma_ops; | 105 hppa_dma_ops = &dma_noncoherent_ops; |
106 break; 107 default: 108 break; 109 } 110} 111#endif 112 113extern void collect_boot_cpu_data(void); --- 311 unchanged lines hidden --- | 106 break; 107 default: 108 break; 109 } 110} 111#endif 112 113extern void collect_boot_cpu_data(void); --- 311 unchanged lines hidden --- |