foss-for-synopsys-dwc-arc-processors / linux

Helpful resources for users & developers of Linux kernel for ARC
22 stars 13 forks source link

Fix ARCv2 highmem issues #79

Closed VVIsaev closed 2 years ago

VVIsaev commented 2 years ago

Fixed incorrect cast in ioremap when phyaddr size != pointer size.

Restored changes from https://github.com/foss-for-synopsys-dwc-arc-processors/linux/commit/39cac191ff37939544af80d5d2af6b870fd94c9b

Fixed pte_pfn macro for PAE case.

Boot/malloc test passed.