Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #ifndef _PARISC_MMZONE_H |
| 3 | #define _PARISC_MMZONE_H |
| 4 | |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 5 | #define MAX_PHYSMEM_RANGES 4 /* Fix the size for now (current known max is 3) */ |
John David Anglin | 872420b | 2013-02-02 23:42:25 +0000 | [diff] [blame] | 6 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #endif /* _PARISC_MMZONE_H */ |