Fix misplaced const
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 25 Jan 2021 13:29:45 +0000 (14:29 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 25 Jan 2021 14:09:02 +0000 (15:09 +0100)
commit31f64887222597bb15b7a814d8dadb7cb667bcb9
tree6a8349dc78bd37d2014c63684660df128b114594
parentfcfa4bb48da965d92c7d01229d01e6c5ba59e69a
Fix misplaced const

Constify __x86_cacheinfo_p and __x86_cpu_features_p, not their pointer
target types.
sysdeps/x86/cacheinfo.c
sysdeps/x86/dl-get-cpu-features.c