LCOV - code coverage report
Current view: top level - arch/arm/kernel - bugs.c (source / functions) Hit Total Coverage
Test: gcov_data_raspi2_real_modules_combined.info Lines: 7 7 100.0 %
Date: 2020-09-30 20:25:40 Functions: 2 2 100.0 %
Branches: 2 4 50.0 %

           Branch data     Line data    Source code
       1                 :            : // SPDX-License-Identifier: GPL-2.0
       2                 :            : #include <linux/init.h>
       3                 :            : #include <asm/bugs.h>
       4                 :            : #include <asm/proc-fns.h>
       5                 :            : 
       6                 :        621 : void check_other_bugs(void)
       7                 :            : {
       8                 :            : #ifdef MULTI_CPU
       9   [ +  -  +  - ]:        828 :         if (cpu_check_bugs)
      10                 :        828 :                 cpu_check_bugs();
      11                 :            : #endif
      12                 :        621 : }
      13                 :            : 
      14                 :        207 : void __init check_bugs(void)
      15                 :            : {
      16                 :        207 :         check_writebuffer_bugs();
      17                 :            :         check_other_bugs();
      18                 :        207 : }

Generated by: LCOV version 1.14