mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
MIPS: Octeon: Take all memory into use by default.
Take all memory into use by default, instead of limiting to 512 MB. Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com> Acked-by: David Daney <david.daney@cavium.com> Cc: Sivasubramanian Palanisamy <sivasubramanian.palanisamy@nokia.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13353/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
ef0c592ad0
commit
4c0f5a7124
@ -65,7 +65,7 @@ EXPORT_SYMBOL(octeon_should_swizzle_table);
|
||||
extern void pci_console_init(const char *arg);
|
||||
#endif
|
||||
|
||||
static unsigned long long MAX_MEMORY = 512ull << 20;
|
||||
static unsigned long long MAX_MEMORY = ULLONG_MAX;
|
||||
|
||||
DEFINE_SEMAPHORE(octeon_bootbus_sem);
|
||||
EXPORT_SYMBOL(octeon_bootbus_sem);
|
||||
|
Loading…
Reference in New Issue
Block a user