https://github.com/torvalds/linux
Revision 6fc8b9e7c60d4a3d4d7f1189f74e37651f5610e6 authored by Herbert Xu on 18 August 2005, 21:36:59 UTC, committed by David S. Miller on 18 August 2005, 21:36:59 UTC
This patch fixes a false-positive from debug_smp_processor_id().

The processor ID is only used to look up crypto_tfm objects.
Any processor ID is acceptable here as long as it is one that is
iterated on by for_each_cpu().

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent cb94c62
History
Tip revision: 6fc8b9e7c60d4a3d4d7f1189f74e37651f5610e6 authored by Herbert Xu on 18 August 2005, 21:36:59 UTC
[IPCOMP]: Fix false smp_processor_id warning
Tip revision: 6fc8b9e

README

back to top