]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
alpha: Define pgprot_modify to silence tautological comparison warnings
authorMatt Turner <mattst88@gmail.com>
Fri, 3 Apr 2026 15:01:28 +0000 (11:01 -0400)
committerMagnus Lindholm <linmag7@gmail.com>
Sun, 12 Apr 2026 17:14:37 +0000 (19:14 +0200)
commitbd39fc81340aed5445c731eb391af9ac9a701658
treeba2d82497b3a883599b94def501ea978210a75d9
parent55b22075f7840ef48254886758976531fe146609
alpha: Define pgprot_modify to silence tautological comparison warnings

Alpha's pgprot_noncached, pgprot_writecombine, and pgprot_device are
all identity macros, so the generic pgprot_modify() produces
tautological self-comparisons that GCC warns about:

  include/linux/pgtable.h:1701:25: warning: self-comparison always
  evaluates to true [-Wtautological-compare]

Since all caching attributes are no-ops on Alpha, define
pgprot_modify() to simply return newprot.

Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Magnus Lindholm <linmag7@gmail.com>
Link: https://lore.kernel.org/r/20260403150128.488513-1-mattst88@gmail.com
Signed-off-by: Magnus Lindholm <linmag7@gmail.com>
arch/alpha/include/asm/pgtable.h