The only call to have_wrcomb() was always to the generic implementation.
positive_have_wrcomb() was unused.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
return (config & (1ULL << 10));
}
-int positive_have_wrcomb(void)
-{
- return 1;
-}
-
/* generic structure...
*/
const struct mtrr_ops generic_mtrr_ops = {
extern const struct mtrr_ops generic_mtrr_ops;
-extern int positive_have_wrcomb(void);
-
/* library functions for processor-specific routines */
struct set_mtrr_context {
unsigned long flags;