K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-07T21:47:53.000000Z K 7 svn:log V 252 Fixed another easy case of const poisoning in the kernel. Cosmetic. (A pointer to a const was misused to avoid loading loading the same value twice, but gcc does exactly the same optimization automatically. It can see that the value hasn't changed.) END