diff options
Diffstat (limited to 'arch/parisc/kernel/firmware.c')
| -rw-r--r-- | arch/parisc/kernel/firmware.c | 9 | 
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/parisc/kernel/firmware.c b/arch/parisc/kernel/firmware.c index 7a17551ea31e..58cc08e7fd12 100644 --- a/arch/parisc/kernel/firmware.c +++ b/arch/parisc/kernel/firmware.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * arch/parisc/kernel/firmware.c  - safe PDC access routines   * @@ -12,12 +13,6 @@   * Copyright 2003 Grant Grundler <grundler parisc-linux org>   * Copyright 2003,2004 Ryan Bradetich <[email protected]>   * Copyright 2004,2006 Thibaut VARENE <[email protected]> - * - *    This program is free software; you can redistribute it and/or modify - *    it under the terms of the GNU General Public License as published by - *    the Free Software Foundation; either version 2 of the License, or - *    (at your option) any later version. - *   */  /*	I think it would be in everyone's best interest to follow this @@ -87,7 +82,7 @@ extern unsigned long pdc_result2[NUM_PDC_RESULT];  /* Firmware needs to be initially set to narrow to determine the    * actual firmware width. */ -int parisc_narrow_firmware __read_mostly = 1; +int parisc_narrow_firmware __ro_after_init = 1;  #endif  /* On most currently-supported platforms, IODC I/O calls are 32-bit calls  |