Prev: [PATCH] drm/r128: fixed brace and spacing coding style issues
Next: [PATCH v2 1/2] regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH register
From: Lee Jones on 12 Jul 2010 08:20 Please find attached a patch which rectifies the following bug. When CUPS loads, it tries to load several drivers that it may need. When one of these drivers, specifically parport_pc is loaded on ARM based systems, it causes a segmentation fault as the address is not writable on non-PC based architectures. This code prevents this driver from being compiled on said architectures. Kind regards, Lee |