All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Gouders <dirk@gouders.net>
To: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@linux.intel.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>, Linux x86 <x86@kernel.org>
Subject: AMD Ryzen 7 PRO 7735U: 8 instead of 16 CPUs?
Date: Wed, 09 Apr 2025 12:49:14 +0200	[thread overview]
Message-ID: <ghlds9lidx.fsf@gouders.net> (raw)

I got new hardware and after setting up everything, I was wondering why
I don't see the expected 16 CPUs in top(1) or /proc/cpuinfo...

From the AMD website [1] I read:
------------------------------------------------------------------------
Name                    AMD Ryzen™ 7 PRO 7735U
...
Architecture            Zen 3+
# of CPU Cores          8
...
# of Threads            16
------------------------------------------------------------------------

But lscpu(1) shows me:
------------------------------------------------------------------------
Architecture:             x86_64
  CPU op-mode(s):         32-bit, 64-bit
  Address sizes:          48 bits physical, 48 bits virtual
  Byte Order:             Little Endian
CPU(s):                   8
  On-line CPU(s) list:    0-7
Vendor ID:                AuthenticAMD
  Model name:             AMD Ryzen 7 Pro 7735U with Radeon Graphics
    CPU family:           25
    Model:                68
    Thread(s) per core:   2
    Core(s) per socket:   4
    Socket(s):            1

------------------------------------------------------------------------

Then, I booted a BSD livesystem (NomadBSD), looked at dmesg(1):
------------------------------------------------------------------------
# dmesg | grep SMP
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 1 package(s) x 8 core(s) x 2 hardware threads
------------------------------------------------------------------------

And I installed it's lscpu(1) and that reports:
------------------------------------------------------------------------
Architecture:            amd64
Byte Order:              Little Endian
Total CPU(s):            16
Thread(s) per core:      2
Core(s) per socket:      8
Socket(s):               1
Vendor:                  AuthenticAMD
CPU family:              25
Model:                   68
Model name:              AMD Ryzen 7 Pro 7735U with Radeon Graphics     
------------------------------------------------------------------------

Do I misunderstand something from the above?

Best regards,

Dirk

[1] https://www.amd.com/en/products/processors/laptop/ryzen-pro/7000-series/amd-ryzen-7-pro-7735u.html

             reply	other threads:[~2025-04-09 10:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-09 10:49 Dirk Gouders [this message]
2025-04-09 11:24 ` AMD Ryzen 7 PRO 7735U: 8 instead of 16 CPUs? Borislav Petkov
2025-04-09 12:11   ` Dirk Gouders
2025-04-09 15:51     ` Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ghlds9lidx.fsf@gouders.net \
    --to=dirk@gouders.net \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.