cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

driver_gmac_cmn.c (265B)


      1/*
      2 * Broadcom specific AMBA
      3 * GBIT MAC COMMON Core
      4 *
      5 * Licensed under the GNU/GPL. See COPYING for details.
      6 */
      7
      8#include "bcma_private.h"
      9#include <linux/bcma/bcma.h>
     10
     11void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
     12{
     13	mutex_init(&gc->phy_mutex);
     14}