ANDROID: preserve CRC for some DRM functions
Commit 4523b6ca ("linux/bits.h: make BIT(), GENMASK(), and friends available in assembly") caused the BIT_UUL() and BIT_MASK() macros to be redefined a bit to resolve some build problems when using those macros in assembly files. Unfortunatly changing these caused the CRC values of a bunch of DRM functions to change as a new set of () were used in the macros now. Fix this all up by going back to the old versions if we are building the CRCs, otherwise use the real versions of these macros. Bug: 161946584 Fixes: 4523b6ca ("linux/bits.h: make BIT(), GENMASK(), and friends available in assembly") Change-Id: I15d7b91ec349fe557a8458d9f1a851bb07a8b116 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please register or sign in to comment