We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I want print the virtual address by %pK, in kernel, after early console has been setup, but the out put is ____ptrval____,
void __iomem *dist_base;
dist_base = of_iomap(node, 0); pr_info("dist_base %pK\n", dist_base);
but the output is dist_base (____ptrval____)
thanks
best regards,
qianqian
I am trying to do this also and getting the same response.
My Fortiva Account