Commit Graph

4 Commits

Author SHA1 Message Date
Colin Watson
ce942da8e7 Fix format-overflow warning with GCC 7
The overflow was in fact impossible in practice because the int
parameter is only ever 0, 1, or 2, but GCC couldn't prove that.
2018-03-16 11:00:46 +00:00
Colin Watson
f7963c8c55 Fix NVME crashes on non-OF systems
Closes: #891773
2018-03-02 12:51:17 +00:00
Colin Watson
e3081a5004 sparc64: Don't use devspec to determine the OBP path
Closes: #854568
2018-03-01 13:08:15 +00:00
Colin Watson
a9e13e9dd5 Add support for modern sparc64 hardware
Thanks, Eric Snowberg via John Paul Adrian Glaubitz.

Closes: #854568
2018-02-22 10:08:02 +00:00