diff options
| author | Andrew Morton <[email protected]> | 2022-05-25 22:17:09 +0000 |
|---|---|---|
| committer | akpm <[email protected]> | 2022-05-27 16:33:47 +0000 |
| commit | fa020a2b87d24016723fff4a4237deb612478a32 (patch) | |
| tree | 9209d063f5946af9072077afa8cda19a2bc54f6f /drivers/pci/controller/dwc | |
| parent | mm: Kconfig: reorganize misplaced mm options (diff) | |
| download | kernel-fa020a2b87d24016723fff4a4237deb612478a32.tar.gz kernel-fa020a2b87d24016723fff4a4237deb612478a32.zip | |
mm/shmem.c: suppress shift warning
mm/shmem.c:1948 shmem_getpage_gfp() warn: should '(((1) << 12) / 512) << folio_order(folio)' be a 64 bit type?
On i386, so an unsigned long is 32-bit, but i_blocks is a 64-bit blkcnt_t.
Reported-by: kernel test robot <[email protected]>
Reported-by: Jessica Clarke <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions
