Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdolbeau committed Nov 6, 2019
1 parent 977318d commit 8b35a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/os/linux/kernel/linux/simd_powerpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define kfpu_end() disable_kernel_altivec()
#else
/* seems that before 4.5 no-one bothered disabling ... */
#define kfpu_end() 0
#define kfpu_end() ((void) 0)
#endif
#define kfpu_init() 0
#define kfpu_fini() ((void) 0)
Expand Down

0 comments on commit 8b35a67

Please sign in to comment.