Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: Re: [PATCH v2] MIPS: undefine and redefine cpu_has_fpu when it is overrided Re: [PATCH v2] MIPS: undefine and redefine cpu_has_fpu when it is overrided From: Stephen Zhang Date: Fri Apr 29 2022 - 23:37:06 EST Next message: Kevin Mitchell: "[PATCH nf-next v3] netfilter: conntrack: skip verification of zero UDP checksum" Previous message: Chao Yu: "[PATCH] f2fs: fix deadloop in foreground GC" In reply to: Maciej W. Rozycki: "Re: [PATCH v2] MIPS: undefine and redefine cpu_has_fpu when it is overrided" Next in thread: Maciej W. Rozycki: "Re: [PATCH v2] MIPS: undefine and redefine cpu_has_fpu when it is overrided" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Maciej W. Rozycki 于2022年4月29日周五 23:11写道: > > Additionally I've thought of adding something like: > > #if cpu_has_fpu > # undef cpu_has_fpu > #endif > > or maybe even: > > #if cpu_has_fpu > # error "Forcing `cpu_has_fpu' to non-zero is not supported" > #endif > > to arch/mips/include/asm/cpu-features.h, but maybe that's an overkill. > > Maciej Yeah, but why do you think that's an overkill? There is a great chance people will ignore the note of 'cpu_has_fpu', and it did happen. When that happens, there should exist a way to point out or fix that. Thomas Bogendoerfer 于2022年4月29日周五 18:01写道: > > I prefer just removing the #defines from ip27/ip30 cpu-feasture-overrides.h. > Or isn't that enough for fixing the problem ? > > Thomas. So maybe that's why I don't think just removing the #defines from ip27/ip30 cpu-feasture-overrides.h. is enough for fixing the problem. Stephen. Next message: Kevin Mitchell: "[PATCH nf-next v3] netfilter: conntrack: skip verification of zero UDP checksum" Previous message: Chao Yu: "[PATCH] f2fs: fix deadloop in foreground GC" In reply to: Maciej W. Rozycki: "Re: [PATCH v2] MIPS: undefine and redefine cpu_has_fpu when it is overrided" Next in thread: Maciej W. Rozycki: "Re: [PATCH v2] MIPS: undefine and redefine cpu_has_fpu when it is overrided" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]