|
@@ -343,13 +343,6 @@ int arch_validate_hwbkpt_settings(struct perf_event *bp,
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
- /*
|
|
|
|
- * For kernel-addresses, either the address or symbol name can be
|
|
|
|
- * specified.
|
|
|
|
- */
|
|
|
|
- if (info->name)
|
|
|
|
- info->address = (unsigned long)
|
|
|
|
- kallsyms_lookup_name(info->name);
|
|
|
|
/*
|
|
/*
|
|
* Check that the low-order bits of the address are appropriate
|
|
* Check that the low-order bits of the address are appropriate
|
|
* for the alignment implied by len.
|
|
* for the alignment implied by len.
|