Re: [PATCH 03/03] fbdev: maxine: fix 64-bit build error
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 13 Aug 2026, Randy Dunlap wrote: > The KSEG1ADDR() macro is only defined for non-64BIT builds. > Use the CKSEG1ADDR() macro instead. Acked-by: Maciej W. Rozycki <[email protected]> Maciej